Skip to content

Commit

Permalink
Re #9261 public createBankToWorkspaceMap and rowNumbers
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Dec 9, 2014
1 parent 86cfb8a commit 7e7e602
Showing 1 changed file with 3 additions and 4 deletions.
@@ -1,5 +1,5 @@
#ifndef MANTID_DATAHANDLING_LOADFULLPROFRESOLUTION_H_
#define MANTID_DATAHANDLING_LOADFULLPROFRESOLUTION_H_
#ifndef MANTID_DATAHANDLING_LOADGSASINSTRUMENTFILE_H_
#define MANTID_DATAHANDLING_LOADGSASINSTRUMENTFILE_H_

#include "MantidKernel/System.h"
#include "MantidAPI/Algorithm.h"
Expand Down Expand Up @@ -83,11 +83,10 @@ namespace DataHandling
/// Generate output workspace
DataObjects::TableWorkspace_sptr genTableWorkspace(std::map<size_t, std::map<std::string, double> > bankparammap);


};


} // namespace DataHandling
} // namespace Mantid

#endif /* MANTID_DATAHANDLING_LOADFULLPROFRESOLUTION_H_ */
#endif /* MANTID_DATAHANDLING_LOADGSASINSTRUMENTFILE_H_ */

0 comments on commit 7e7e602

Please sign in to comment.