Home
last modified time | relevance | path

Searched refs:myOldForces (Results 1 – 2 of 2) sorted by relevance

/dports/biology/protomol/protomol/framework/integrators/
H A DShadowHMCIntegrator.cpp39 myOldForces(NULL){} in ShadowHMCIntegrator()
67 myOldForces(new Vector3DBlock()) { in ShadowHMCIntegrator()
79 if(myOldForces != NULL) in ~ShadowHMCIntegrator()
80 delete myOldForces; in ~ShadowHMCIntegrator()
670 (*myOldForces) = (*(next()->getForces())); in saveValues()
677 next()->getForces()->intoAssign(*myOldForces); in restoreValues()
H A DShadowHMCIntegrator.h116 Vector3DBlock* myOldForces; variable