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
988619e5
Commit
988619e5
authored
Feb 25, 2016
by
Nick Draper
Browse files
One more bug from the merge
re #15450
parent
07df8b43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/Algorithms/src/GetEi.cpp
View file @
988619e5
...
...
@@ -236,7 +236,7 @@ std::vector<size_t> GetEi::getMonitorSpecIndexs(
throw
Exception
::
NotFoundError
(
"GetEi::getMonitorSpecIndexs()"
,
specNum2
);
}
wsInds
.
push_back
(
spec
Index
Temp
[
0
]);
wsInds
.
push_back
(
spec
Num
Temp
[
0
]);
return
wsInds
;
}
/** Uses E_KE = mv^2/2 and s = vt to calculate the time required for a neutron
...
...
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