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
b0e7927b
Commit
b0e7927b
authored
Jun 29, 2021
by
Walsh, Michael
Browse files
remove unused variable
parent
bc302d25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/Algorithms/src/CombineDiffCal.cpp
View file @
b0e7927b
...
...
@@ -82,7 +82,6 @@ void CombineDiffCal::exec() {
Mantid
::
API
::
TableRow
groupedCalibrationRow
=
groupedCalibrationWS
->
getFirstRow
();
Mantid
::
API
::
TableRow
pixelCalibrationRow
=
pixelCalibrationWS
->
getFirstRow
();
int
calibrationIndex
=
0
;
do
{
double
value
=
(
groupedCalibrationRow
.
Double
(
1
)
/
calibrationWS
->
spectrumInfo
().
diffractometerConstants
(
calibrationWS
->
getIndicesFromDetectorIDs
(
...
...
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