SerializeRenderer: render to GenericSim
, not StaticSim
This commit is contained in:
@@ -110,7 +110,7 @@ impl<R: Real> CellStateWithM<R> {
|
||||
|
||||
// TODO: the Sync bound here could be removed with some refactoring
|
||||
pub trait AbstractSim: Sync {
|
||||
type Real;
|
||||
type Real: Real;
|
||||
type Material;
|
||||
fn meta(&self) -> SimMeta<f32>;
|
||||
fn step_no(&self) -> u64;
|
||||
|
Reference in New Issue
Block a user