cleaning up to preapre for pull request

This commit is contained in:
Kai Bao
2023-09-25 13:07:39 +02:00
parent 035d216641
commit e38e557bbc
11 changed files with 119 additions and 109 deletions

View File

@@ -65,7 +65,6 @@ protected:
/// Detect oscillation or stagnation based on the residual measure history
void detectOscillations(const std::vector<double>& measure_history,
const int it,
bool& oscillate,
bool& stagnate) const;