Skip to content

Commit

Permalink
Re #8394 Fix formatting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Brown committed Jul 20, 2017
1 parent 85234d1 commit 10c32af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Crystal/src/PeakIntensityVsRadius.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void PeakIntensityVsRadius::exec() {
// Run the integrate algo with this background
IAlgorithm_sptr alg =
this->createChildAlgorithm("IntegratePeaksMD", progStep * double(step),
progStep *double(step + 1), false);
progStep * double(step + 1), false);
alg->setProperty("InputWorkspace", inWS);
alg->setProperty("PeaksWorkspace", peaksWS);
alg->setProperty("PeakRadius", radius);
Expand Down

0 comments on commit 10c32af

Please sign in to comment.