Track the simulation time, and configure the feature size

This commit is contained in:
2020-07-31 19:01:00 -07:00
parent 5e4699b3e6
commit 72c2ee599e
3 changed files with 22 additions and 4 deletions

View File

@@ -60,6 +60,6 @@ impl ColorTermRenderer {
}
write!(&mut buf, "\n");
}
println!("{}", buf);
println!("{}\ntime: {:.3e}", buf, state.time());
}
}