Skip to content
Snippets Groups Projects
Commit cfcc7943 authored by Dennis Mikkelson's avatar Dennis Mikkelson
Browse files

Removed redundant clone() of BoundedValuator

refs #3666
parent 8bc8865b
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ namespace Crystal
mustBePositive->setLower(1);
this->declareProperty(
new PropertyWithValue<int>("FormNumber",0,mustBePositive->clone(),Direction::Input),
new PropertyWithValue<int>("FormNumber",0,mustBePositive,Direction::Input),
"Form number for the desired cell");
this->declareProperty( "Apply", false, "Update UB and re-index the peaks");
this->declareProperty( "Tolerance", 0.12, "Indexing Tolerance");
......
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