ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/constraints/Rattle.hpp
(Generate patch)

Comparing trunk/src/constraints/Rattle.hpp (file contents):
Revision 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 64 | Line 64 | namespace oopse {
64      int getMaxConsIteration() { return maxConsIteration_; }
65      void setMaxConsIteration(int iteration) { maxConsIteration_ = iteration; }
66  
67 <    double getConsTolerance() { return consTolerance_; }
68 <    void setConsTolerance(double tolerance) { consTolerance_ = tolerance;}        
67 >    RealType getConsTolerance() { return consTolerance_; }
68 >    void setConsTolerance(RealType tolerance) { consTolerance_ = tolerance;}        
69  
70    private:
71      typedef int (Rattle::*ConstraintPairFuncPtr)(ConstraintPair*);
# Line 75 | Line 75 | namespace oopse {
75  
76      SimInfo* info_;
77      int maxConsIteration_;        
78 <    double consTolerance_;
79 <    double dt_;
78 >    RealType consTolerance_;
79 >    RealType dt_;
80      Snapshot* currentSnapshot_;    
81    };
82  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines