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 7dcb6e3 commit 07c9159
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 @@ -70,9 +70,9 @@ namespace Crystal
"Radius of the sample in centimeters");
declareProperty("ScalePeaks", 1.0, mustBePositive->clone(),
"Multiply FSQ and sig(FSQ) by scaleFactor");
declareProperty("MinD", 0.0, "Minimum d-spacing (Angstroms)");
declareProperty("MinWL", 0.0, "Minimum wavelength (Angstroms)");
declareProperty("MaxWL", 100.0, "Maximum wavelength (Angstroms)");
declareProperty("MinDSpacing", 0.0, "Minimum d-spacing (Angstroms)");
declareProperty("MinWavelength", 0.0, "Minimum wavelength (Angstroms)");
declareProperty("MaxWavelength", 100.0, "Maximum wavelength (Angstroms)");

declareProperty("AppendFile", false, "Append to file if true.\n"
"If false, new file (default).");
Expand Down

0 comments on commit 07c9159

Please sign in to comment.