Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'n_iterations' was no longer used after commit 45c2d96. Before then, …
…we just checked it with an assert() to verify that we weren't going into some sort of endless loop. The assert() seems like a reasonable idea, and I could imagine needing the number of iterations at some point, and... without the assert, gcc can complain of an unused variable. So, reverting.
- Loading branch information