summaryrefslogtreecommitdiff
path: root/src/sim/cell/materials/powder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/cell/materials/powder.rs')
-rw-r--r--src/sim/cell/materials/powder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/cell/materials/powder.rs b/src/sim/cell/materials/powder.rs
index e08ea1f..8c916e4 100644
--- a/src/sim/cell/materials/powder.rs
+++ b/src/sim/cell/materials/powder.rs
@@ -1,4 +1,4 @@
-use crate::sim::cell_sim::sim::{PostUpdateAction, UpdateCtx};
+use crate::sim::cell_manager::sim::{PostUpdateAction, UpdateCtx};
#[inline]
pub fn sim_update(ctx: &mut UpdateCtx) -> PostUpdateAction {