Changeset 94d0ad for molecuilder/src/atom_trajectoryparticle.cpp
- Timestamp:
- Oct 27, 2009, 8:54:44 AM (16 years ago)
- Children:
- 8b6ee4
- Parents:
- 2e6aa1
- File:
-
- 1 edited
-
molecuilder/src/atom_trajectoryparticle.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom_trajectoryparticle.cpp
r2e6aa1 r94d0ad 42 42 * \param *Force Force matrix to store result in 43 43 */ 44 void TrajectoryParticle::EvaluateConstrainedForce(int startstep, int endstep, atom **PermutationMap, ForceMatrix *Force) 44 void TrajectoryParticle::EvaluateConstrainedForce(int startstep, int endstep, atom **PermutationMap, ForceMatrix *Force) const 45 45 { 46 46 double constant = 10.; … … 129 129 * \param *TotalVelocity pointer to tota velocity sum 130 130 */ 131 void TrajectoryParticle::SumUpKineticEnergy( int Step, double *TotalMass, Vector *TotalVelocity ) 131 void TrajectoryParticle::SumUpKineticEnergy( int Step, double *TotalMass, Vector *TotalVelocity ) const 132 132 { 133 133 *TotalMass += type->mass; // sum up total mass
Note:
See TracChangeset
for help on using the changeset viewer.
