Skip to content

Commit

Permalink
Skeleton implementation of Integrator
Browse files Browse the repository at this point in the history
  • Loading branch information
smukherjee2016 committed May 20, 2019
1 parent 68035e4 commit e8f071c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/integrators/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
use crate::common::*;

pub mod testintegrator;

pub trait Integrator {

}
2 changes: 2 additions & 0 deletions src/integrators/testintegrator.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
use crate::common::*;

0 comments on commit e8f071c

Please sign in to comment.