Skip to content
Snippets Groups Projects
Commit 869c3421 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[NL] Remove unnecessary setIterationNumber().

The iteration number is now set through the next() call.
parent 7813e4c0
No related branches found
No related tags found
No related merge requests found
...@@ -102,8 +102,6 @@ public: ...@@ -102,8 +102,6 @@ public:
bool isSolutionErrorComputationNeeded() override { return true; } bool isSolutionErrorComputationNeeded() override { return true; }
/// set the number of iterations
void setIterationNumber(int const n_itr) { _iter_times = n_itr; }
/// return the number of repeated steps /// return the number of repeated steps
int getNumberOfRepeatedSteps() const { return _n_rejected_steps; } int getNumberOfRepeatedSteps() const { return _n_rejected_steps; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment