Skip to content

Commit

Permalink
refs #11056. Fix IPeak::setQLabFrame defaults issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Feb 19, 2015
1 parent d89e750 commit b88d144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Crystal/test/IndexSXPeaksTest.h
Expand Up @@ -120,7 +120,7 @@ class IndexSXPeaksTest : public CxxTest::TestSuite
{
IPeak& peak = m_masterPeaks->getPeak(i);
Mantid::Kernel::V3D v(1, 0, 0);
peak.setQSampleFrame(v); // Overwrite all Q samples to be co-linear.
peak.setQSampleFrame(v, boost::optional<double>()); // Overwrite all Q samples to be co-linear.
}

TS_ASSERT_THROWS(doTest(6, "1, 2, 3, 4, 5, 6", 14.131, 19.247, 8.606, 90.0, 105.071, 90.0), std::runtime_error);
Expand Down

0 comments on commit b88d144

Please sign in to comment.