Skip to content
Snippets Groups Projects
Commit 2f22b6ef authored by Samuel Jackson's avatar Samuel Jackson
Browse files

Refs #18039 Reorder property declaration.

parent 20c801e4
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment