Skip to content

Commit

Permalink
Re #10031. Revert changes to Fit
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Aug 22, 2014
1 parent 9951a95 commit ab8d37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/CurveFitting/src/Fit.cpp
Expand Up @@ -321,7 +321,7 @@ namespace CurveFitting
getPointerToProperty("Constraints")->setDocumentation("List of constraints");
auto mustBePositive = boost::shared_ptr< Kernel::BoundedValidator<int> >( new Kernel::BoundedValidator<int>() );
mustBePositive->setLower(0);
declareProperty("MaxIterations", 10000000, mustBePositive->clone(),
declareProperty("MaxIterations", 500, mustBePositive->clone(),
"Stop after this number of iterations if a good fit is not found" );
declareProperty("IgnoreInvalidData",false,"Flag to ignore infinities, NaNs and data with zero errors.");
declareProperty("OutputStatus","", Kernel::Direction::Output);
Expand Down

0 comments on commit ab8d37c

Please sign in to comment.