We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532e71b commit 859d111Copy full SHA for 859d111
1 file changed
src/simulation.rs
@@ -176,7 +176,7 @@ impl System {
176
self.try_writing_movie(&mut movie, sweep, repeat);
177
178
// store "z-position" for each ligand and for the particle as a whole
179
- if sweep > self.prod_sweeps && sweep % self.msd_freq == 0 {
+ if sweep > self.eq_sweeps && sweep % self.msd_freq == 0 {
180
let mut total_position = 0.0;
181
for (p, particle) in self.particles.iter_mut().enumerate() {
182
let position = particle.position();
0 commit comments