Changeset 94d0ad for molecuilder/src/atom_trajectoryparticle.hpp
- Timestamp:
- Oct 27, 2009, 8:54:44 AM (16 years ago)
- Children:
- 8b6ee4
- Parents:
- 2e6aa1
- File:
-
- 1 edited
-
molecuilder/src/atom_trajectoryparticle.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom_trajectoryparticle.hpp
r2e6aa1 r94d0ad 44 44 // constraint potential and dynamics stuff 45 45 void AddKineticToTemperature(double *temperature, int step) const; 46 void EvaluateConstrainedForce(int startstep, int endstep, atom **PermutationMap, ForceMatrix *Force) ;46 void EvaluateConstrainedForce(int startstep, int endstep, atom **PermutationMap, ForceMatrix *Force) const; 47 47 void CorrectVelocity(double *ActualTemp, int Step, Vector *CoGVelocity); 48 48 … … 51 51 void CopyStepOnStep(int dest, int src); 52 52 void VelocityVerletUpdate(int MDSteps, config *configuration, ForceMatrix *Force); 53 void SumUpKineticEnergy( int Step, double *TotalMass, Vector *TotalVelocity ) ;53 void SumUpKineticEnergy( int Step, double *TotalMass, Vector *TotalVelocity ) const; 54 54 55 55 // thermostats
Note:
See TracChangeset
for help on using the changeset viewer.
