Skip to content
Snippets Groups Projects
Commit b715d186 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

GSLMultiMinimizerItem: move out ComboProperty

parent 91075f2a
No related branches found
No related tags found
1 merge request!996GUI: remove Descriptors from MinimizerItems
......@@ -287,7 +287,8 @@ ValueDescriptors MinuitMinimizerItem::valueDescriptorsForUI() const
GSLMultiMinimizerItem::GSLMultiMinimizerItem()
: MinimizerItem(M_TYPE)
{
addProperty(P_ALGORITHMS, MinimizerItemCatalog::algorithmCombo(modelType()).variant());
ComboProperty algo = MinimizerItemCatalog::algorithmCombo(modelType());
addProperty(P_ALGORITHMS, algo.variant());
addProperty(P_MAXITERATIONS, int(0))->setToolTip("Maximum number of iterations");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment