Implement time stepping of both the B and E field
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
use coremem::SimState;
|
||||
fn main() {
|
||||
println!("loaded");
|
||||
let mut state = SimState::default();
|
||||
state.step();
|
||||
}
|
||||
|
Reference in New Issue
Block a user