From 2f22b6ef63efaf7d553d4516b7dd9c0e72a5f459 Mon Sep 17 00:00:00 2001 From: Samuel Jackson <samueljackson@outlook.com> Date: Tue, 29 Nov 2016 11:47:28 +0000 Subject: [PATCH] Refs #18039 Reorder property declaration. --- Framework/Crystal/src/FindUBUsingLatticeParameters.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/Crystal/src/FindUBUsingLatticeParameters.cpp b/Framework/Crystal/src/FindUBUsingLatticeParameters.cpp index 036488bcc84..eaf22010989 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. -- GitLab