Skip to content

Commit

Permalink
Corrected a declaration in LoadNexus.h file for re #4137
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Dec 8, 2011
1 parent a87c366 commit 0c162bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ namespace Mantid

API::Workspace_sptr loadTableEntry(Mantid::NeXus::NXEntry& entry);

API::Workspace_sptr LoadNexusProcessed::loadPeaksEntry(Mantid::NeXus::NXEntry & entry);
API::Workspace_sptr loadPeaksEntry(Mantid::NeXus::NXEntry & entry);

API::MatrixWorkspace_sptr loadEventEntry(Mantid::NeXus::NXData & wksp_cls,Mantid::NeXus::NXDouble & xbins,
const double& progressStart, const double& progressRange);
Expand Down

0 comments on commit 0c162bf

Please sign in to comment.