update function name
parent
046db8749e
commit
be5d3d2343
|
|
@ -95,7 +95,7 @@ public:
|
||||||
muStep = step;
|
muStep = step;
|
||||||
}
|
}
|
||||||
/// Set the maximum relative difference in mu values to stop iterating
|
/// Set the maximum relative difference in mu values to stop iterating
|
||||||
void setRelativeMuTol(double value) { relativeCostTol = value;
|
void setRelativeCostTol(double value) { relativeCostTol = value;
|
||||||
}
|
}
|
||||||
/// Set the verbosity level
|
/// Set the verbosity level
|
||||||
void setVerbosityGNC(const VerbosityGNC verbosity) {
|
void setVerbosityGNC(const VerbosityGNC verbosity) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue