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
10b3e087
Commit
10b3e087
authored
Sep 08, 2021
by
Tom Hampson
Browse files
Grammatical fix to trigger rebuild.
parent
a9c5b5a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/DataHandling/src/LoadRaw3.cpp
View file @
10b3e087
...
...
@@ -394,12 +394,12 @@ void LoadRaw3::separateMonitors(FILE *file, const int64_t &period, const std::ve
if
(
!
readData
(
file
,
histToRead
))
{
throw
std
::
runtime_error
(
"Error reading raw file"
);
}
// if this a monitor
store that spectrum to monitor workspace
// if this a monitor
,
store that spectrum to monitor workspace
if
(
isMonitor
(
monitorList
,
i
))
{
setWorkspaceData
(
mws_sptr
,
m_timeChannelsVec
,
mwsIndex
,
i
,
m_noTimeRegimes
,
m_lengthIn
,
1
);
++
mwsIndex
;
}
else
{
// not a monitor,store the spectrum to normal output workspace
// not a monitor,
store the spectrum to normal output workspace
setWorkspaceData
(
ws_sptr
,
m_timeChannelsVec
,
wsIndex
,
i
,
m_noTimeRegimes
,
m_lengthIn
,
1
);
++
wsIndex
;
}
...
...
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