Skip to content

Commit

Permalink
refs #7200 fixing dependencies on changed MDBoxFlatTree
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed May 29, 2013
1 parent 7ffa327 commit fe8994a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDAlgorithms/src/LoadMD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ namespace Mantid

std::vector<API::IMDNode *> boxTree;
// uint64_t totalNumEvents = FlatBoxTree.restoreBoxTree<MDE,nd>(boxTree,bc,FileBackEnd,bMetadataOnly);
FlatBoxTree.restoreBoxTree<MDE,nd>(boxTree,bc,FileBackEnd,bMetadataOnly);
FlatBoxTree.restoreBoxTree(boxTree,bc,FileBackEnd,bMetadataOnly);
size_t numBoxes = boxTree.size();

// ---------------------------------------- DEAL WITH BOXES ------------------------------------
Expand Down

0 comments on commit fe8994a

Please sign in to comment.