adjusted sleep for kassalade
This commit is contained in:
parent
218085a2c9
commit
d1af1ed0bb
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -101,7 +101,7 @@ int main(int argc, char* argv[]) {
|
||||||
myAttractor.iterate();
|
myAttractor.iterate();
|
||||||
myAttractor.plot();
|
myAttractor.plot();
|
||||||
}
|
}
|
||||||
sleep(1);
|
if (j%16 == 0) sleep(1);
|
||||||
if(verbose >= 0) {
|
if(verbose >= 0) {
|
||||||
std::cout << "\r" << j << " out of " << iterations << " done." << std::flush;
|
std::cout << "\r" << j << " out of " << iterations << " done." << std::flush;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue