diff --git a/Framework/Crystal/src/FindUBUsingLatticeParameters.cpp b/Framework/Crystal/src/FindUBUsingLatticeParameters.cpp index 036488bcc8445bb59765fc9d8f7e2a4fd2368adf..eaf220109897dbfb46c5260b8855abd96ab5840d 100644 --- a/Framework/Crystal/src/FindUBUsingLatticeParameters.cpp +++ b/Framework/Crystal/src/FindUBUsingLatticeParameters.cpp @@ -44,10 +44,10 @@ void FindUBUsingLatticeParameters::init() { "Lattice parameter gamma"); this->declareProperty("NumInitial", 15, moreThan2Int, "Number of Peaks to Use on First Pass(15)"); - this->declareProperty("FixParameters", false, - "Do not optimise the UB after finding the orientation"); this->declareProperty("Tolerance", 0.15, mustBePositive, "Indexing Tolerance (0.15)"); + this->declareProperty("FixParameters", false, + "Do not optimise the UB after finding the orientation"); } /** Execute the algorithm.