Skip to content

Commit

Permalink
Re #7379 Fix issue with resolution not being calculated
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Jun 27, 2013
1 parent 76ddd6c commit fc78751
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ void SetupHFIRReduction::exec()
iqAlg->setProperty("LogBinning", log_binning);
iqAlg->setPropertyValue("NumberOfSubpixels", n_subpix);
iqAlg->setProperty("ErrorWeighting", err_weighting);
iqAlg->setProperty("ComputeResolution", true);
iqAlg->setPropertyValue("ReductionProperties", reductionManagerName);

algProp = new AlgorithmProperty("IQAlgorithm");
Expand Down

0 comments on commit fc78751

Please sign in to comment.