Skip to content

Commit

Permalink
Refs #9165. Fix parameter name spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Mar 17, 2014
1 parent 6736519 commit eeb00b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/WorkflowAlgorithms/src/DgsDiagnose.cpp
Expand Up @@ -56,7 +56,7 @@ below. All parameters given here act like italicized parameters.
|-
| MeanTestLevelsUp || diag_van_levels || LevelsUp
|-
| MediantestCorectForSolidAngle || diag_correct_solid_angle || CorrectForSolidAngle
| MedianTestCorrectForSolidAngle || diag_correct_solid_angle || CorrectForSolidAngle
|}
====Sample Background Parameters====
Expand Down Expand Up @@ -205,7 +205,7 @@ namespace Mantid
reductionManager, "diag_samp_zero", detVanWS);
const bool createPsdBleed = getBoolPropOrParam("PsdBleed",
reductionManager, "diag_bleed_test", detVanWS);
const bool vanSA = getBoolPropOrParam("MediantestCorectForSolidAngle",
const bool vanSA = getBoolPropOrParam("MedianTestCorrectForSolidAngle",
reductionManager, "diag_correct_solid_angle", detVanWS);

// Numeric properties
Expand Down

0 comments on commit eeb00b0

Please sign in to comment.