# | Line 56 | Line 56 | namespace oopse { | |
---|---|---|
56 | ||
57 | SMIPDynamics::SMIPDynamics(SimInfo* info) : VelocityVerletIntegrator(info){ | |
58 | setForceManager(new SMIPDForceManager(info)); | |
59 | – | |
60 | – | // Langevin Dynamics Force Manager needs to know about the half-time step |
61 | – | // size to get convergence on the friction forces: |
62 | – | dynamic_cast<SMIPDForceManager*>(forceMan_)->setDt2(dt2); |
63 | – | |
59 | } | |
60 | ||
61 | void SMIPDynamics::moveA(){ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |