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
eae313a4
Commit
eae313a4
authored
Jun 29, 2021
by
Walsh, Michael
Browse files
was a tad hasty, forgot to remove use of variable
parent
b0e7927b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/Algorithms/src/CombineDiffCal.cpp
View file @
eae313a4
...
...
@@ -90,7 +90,6 @@ void CombineDiffCal::exec() {
Mantid
::
API
::
TableRow
newRow
=
outputWorkspace
->
appendRow
();
newRow
<<
pixelCalibrationRow
.
Int
(
0
)
<<
value
;
++
calibrationIndex
;
}
while
(
groupedCalibrationRow
.
next
()
&&
pixelCalibrationRow
.
next
());
setProperty
(
"OutputWorkspace"
,
outputWorkspace
);
...
...
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