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
4880bb3c
Commit
4880bb3c
authored
Sep 15, 2020
by
Dominik Arominski
Browse files
Clang formatting
parent
a257b780
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/DataHandling/test/LoadILLPolarizedDiffractionTest.h
View file @
4880bb3c
...
...
@@ -155,7 +155,8 @@ public:
outputWS
->
getItem
(
0
));
TS_ASSERT
(
workspaceEntry1
)
TS_ASSERT_EQUALS
(
workspaceEntry1
->
getAxis
(
0
)
->
unit
()
->
unitID
(),
"TOF"
)
TS_ASSERT_EQUALS
(
workspaceEntry1
->
getAxis
(
0
)
->
unit
()
->
caption
(),
"Time-of-flight"
)
TS_ASSERT_EQUALS
(
workspaceEntry1
->
getAxis
(
0
)
->
unit
()
->
caption
(),
"Time-of-flight"
)
TS_ASSERT_DELTA
(
workspaceEntry1
->
x
(
0
)[
0
],
180.00
,
0.01
)
TS_ASSERT_DELTA
(
workspaceEntry1
->
x
(
0
)[
1
],
186.64
,
0.01
)
...
...
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