Skip to content

Commit 5b42095

Browse files
author
Rob
committed
fixed minor issues
1 parent 43dc44f commit 5b42095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/TestPeakWidthModel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class TestPeakWidthModel : public CxxTest::TestSuite
141141
TS_ASSERT(mcnpw->hasDoubleAttr("width"));
142142
TS_ASSERT(mcnpw->hasDoubleAttr("bisowidth"));
143143
TS_ASSERT(mcnpw->hasDoubleAttr("uisowidth"));
144-
TS_ASSERT_EQUALS(4, mcnpw->namesOfDoubleAttributes().size());
144+
TS_ASSERT_EQUALS(3, mcnpw->namesOfDoubleAttributes().size());
145145
mccnpw->setWidth(0.1);
146146
TS_ASSERT_EQUALS(0.1, mcnpw->getDoubleAttr("width"));
147147
TS_ASSERT_EQUALS(0.1, mcnpw->maxWidth(dimer(), 0, 4));

0 commit comments

Comments
 (0)