ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Integrator.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Integrator.hpp (file contents):
Revision 1108 by tim, Wed Apr 14 15:37:41 2004 UTC vs.
Revision 1161 by tim, Tue May 11 21:44:05 2004 UTC

# Line 86 | Line 86 | typedef Integrator<BaseIntegrator> RealIntegrator;
86   };
87  
88   typedef Integrator<BaseIntegrator> RealIntegrator;
89 +
90 + // ansi instantiation
91 + template class Integrator<BaseIntegrator>;
92  
93   template<typename T> class NVE : public T {
94  
# Line 457 | Line 460 | template<typename T> class ZConstraint : public T { (p
460    vector<double> curZPos;
461  
462    bool usingSMD;
463 +  vector<double> prevCantPos;
464    vector<double> cantPos;
465    vector<double> cantVel;
466  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines