update function name

release/4.3a0
jingnanshi 2020-12-22 20:28:10 -05:00
parent 046db8749e
commit be5d3d2343
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public:
muStep = step;
}
/// 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
void setVerbosityGNC(const VerbosityGNC verbosity) {