Skip to content

Commit

Permalink
refs #10904. Scope resolution for enum
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Feb 10, 2015
1 parent 53d30cb commit df4c56a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ class PeakShapeEllipsoidFactoryTest : public CxxTest::TestSuite {
const MantidVec abcRadii = list_of(2)(3)(4);
const MantidVec abcInnerRadii = list_of(5)(6)(7);
const MantidVec abcOuterRadii = list_of(8)(9)(10);
const SpecialCoordinateSystem frame = HKL;
const SpecialCoordinateSystem frame = Mantid::Kernel::HKL;
const std::string algorithmName = "foo";
const int algorithmVersion = 3;

Expand Down

0 comments on commit df4c56a

Please sign in to comment.