Fixed timer

This commit is contained in:
AlexeyAB
2019-01-18 21:29:06 +03:00
parent 4ed6fd1ada
commit 0e022d0912
6 changed files with 14 additions and 21 deletions

View File

@ -192,8 +192,6 @@ network make_network(int n)
return net;
}
double get_time_point();
void forward_network(network net, network_state state)
{
state.workspace = net.workspace;