Skip to content

Commit

Permalink
Fix bug id naming within MDEventsTestHelper.
Browse files Browse the repository at this point in the history
Refs #6027
  • Loading branch information
martyngigg committed Aug 2, 2013
1 parent 49f0dc0 commit 0436efd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ namespace MDEventsTestHelper
MDHistoDimension_sptr(new MDHistoDimension("x","x","m", 0.0, max, numBins)),
MDHistoDimension_sptr(new MDHistoDimension("y","y","m", 0.0, max, numBins)),
MDHistoDimension_sptr(new MDHistoDimension("z","z","m", 0.0, max, numBins)),
MDHistoDimension_sptr(new MDHistoDimension("t","z","m", 0.0, max, numBins))
MDHistoDimension_sptr(new MDHistoDimension("t","t","m", 0.0, max, numBins))
);
}
Mantid::MDEvents::MDHistoWorkspace_sptr ws_sptr(ws);
Expand Down

0 comments on commit 0436efd

Please sign in to comment.