@ -101,7 +101,7 @@ int main(int argc, char* argv[]) {
myAttractor.iterate();
myAttractor.plot();
}
sleep(1);
if (j%16 == 0) sleep(1);
if(verbose >= 0) {
std::cout << "\r" << j << " out of " << iterations << " done." << std::flush;