Skip to content

Commit

Permalink
refs #5016. Fix error on mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Mar 23, 2012
1 parent 8aa1b08 commit 849122e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ namespace WorkspaceCreationHelper

Workspace2D_sptr space = Create2DWorkspaceBinned(nhist, nbins); // A 1:1 spectra is created by default
boost::shared_ptr<Instrument> testInst(new Instrument("testInst"));
testInst->setReferenceFrame(boost::shared_ptr<ReferenceFrame>(new ReferenceFrame(Y,X,Handedness::Left,"")));
testInst->setReferenceFrame(boost::shared_ptr<ReferenceFrame>(new ReferenceFrame(Y,X,Left,"")));
space->setInstrument(testInst);

const double pixelRadius(0.05);
Expand Down

0 comments on commit 849122e

Please sign in to comment.