We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040e492 commit 877ed1fCopy full SHA for 877ed1f
src/Modules/Math/SolveLinearSystem.cc
@@ -54,7 +54,7 @@ void SolveLinearSystemModule::setStateDefaults()
54
{
55
auto state = get_state();
56
setStateDoubleFromAlgo(Variables::TargetError);
57
- setStateDoubleFromAlgo(Variables::MaxIterations);
+ setStateIntFromAlgo(Variables::MaxIterations);
58
setStateStringFromAlgoOption(Variables::Method);
59
setStateStringFromAlgoOption(Variables::Preconditioner);
60
}
0 commit comments