Skip to content

Commit

Permalink
Refs #4713 rename properties
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Feb 2, 2012
1 parent 07c9159 commit 9d17e55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/Framework/Crystal/src/SaveHKL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ namespace Crystal
amu = getProperty("LinearAbsorptionCoef"); // in 1/cm
radius = getProperty("Radius"); // in cm
double scaleFactor = getProperty("ScalePeaks");
double dMin = getProperty("MinD");
double wlMin = getProperty("MinWL");
double wlMax = getProperty("MaxWL");
double dMin = getProperty("MinDSpacing");
double wlMin = getProperty("MinWavelength");
double wlMax = getProperty("MaxWavelength");

std::vector<Peak> peaks = ws->getPeaks();

Expand Down

0 comments on commit 9d17e55

Please sign in to comment.