ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/integrators/NPT.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/integrators/NPT.cpp (file contents):
Revision 2364 by tim, Thu Oct 13 22:26:47 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 137 | Line 137 | namespace oopse {
137      Molecule* mol;
138      StuntDouble* integrableObject;
139      Vector3d Tb, ji;
140 <    double mass;
140 >    RealType mass;
141      Vector3d vel;
142      Vector3d pos;
143      Vector3d frc;
# Line 256 | Line 256 | namespace oopse {
256      Vector3d sc;
257      Vector3d vel;
258      Vector3d frc;
259 <    double mass;
259 >    RealType mass;
260  
261  
262      chi= currentSnapshot_->getChi();
263      integralOfChidt = currentSnapshot_->getIntegralOfChiDt();
264 <    double oldChi  = chi;
265 <    double prevChi;
264 >    RealType oldChi  = chi;
265 >    RealType prevChi;
266  
267      loadEta();
268      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines