--- trunk/src/integrators/LangevinDynamics.cpp 2006/04/25 02:09:01 945 +++ trunk/src/integrators/LangevinDynamics.cpp 2006/05/17 21:51:42 963 @@ -68,7 +68,7 @@ namespace oopse { Vector3d frc; Vector3d Tb; Vector3d ji; - double mass; + RealType mass; for (mol = info_->beginMolecule(i); mol != NULL; mol = info_->nextMolecule(i)) { for (integrableObject = mol->beginIntegrableObject(j); integrableObject != NULL; @@ -122,7 +122,7 @@ namespace oopse { Vector3d frc; Vector3d Tb; Vector3d ji; - double mass; + RealType mass; for (mol = info_->beginMolecule(i); mol != NULL; mol = info_->nextMolecule(i)) { for (integrableObject = mol->beginIntegrableObject(j); integrableObject != NULL; @@ -162,7 +162,7 @@ namespace oopse { } - double LangevinDynamics::calcConservedQuantity() { + RealType LangevinDynamics::calcConservedQuantity() { return 0.0; }