void SetupJob () { AllocArrays (); DefineMol (); stepCount = 0; InitCoords (); InitVels (); InitAccels (); InitAngCoords (); InitAngVels (); InitAngAccels (); AccumProps (0); }
void SetupJob () { AllocArrays (); InitRand (randSeed); stepCount = 0; InitCoords (); InitVels (); InitAccels (); InitAngCoords (); InitAngVels (); InitAngAccels (); AccumProps (0); countRdf = 0; }