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