mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Speed up simulation - 1s -> 200ms per tick
This commit is contained in:
parent
0a9b9f8840
commit
2a8da64385
1 changed files with 1 additions and 1 deletions
2
main.cc
2
main.cc
|
@ -117,7 +117,7 @@ main(int argc, char *argv[])
|
||||||
std::cout<<"Rawio_map: Cannot open map file"<<std::endl;
|
std::cout<<"Rawio_map: Cannot open map file"<<std::endl;
|
||||||
#endif
|
#endif
|
||||||
std::cout << '\n';
|
std::cout << '\n';
|
||||||
usleep(1000000);
|
usleep(200000);
|
||||||
tick_id++;
|
tick_id++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue