Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
662b6706
Commit
662b6706
authored
Jan 17, 2018
by
Samuel Jackson
Browse files
Fix test method
parent
313c5f8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/DataObjects/test/PeakTest.h
View file @
662b6706
...
...
@@ -594,7 +594,7 @@ public:
p
.
setInitialEnergy
(
initialEnergy
);
p
.
setFinalEnergy
(
finalEnergy
);
TS_ASSERT_EQUALS
(
p
.
getEnergy
(),
initialEnergy
-
finalEnergy
);
TS_ASSERT_EQUALS
(
p
.
getEnergy
Transfer
(),
initialEnergy
-
finalEnergy
);
}
private:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment