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

Comparing:
trunk/src/restraints/RestraintForceManager.hpp (file contents), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/restraints/RestraintForceManager.hpp (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 55 | Line 55 | namespace OpenMD {
55      ~RestraintForceManager();
56  
57      virtual void init();
58 <    virtual void calcForces(bool needPotential, bool needStress);
58 >    virtual void calcForces();
59  
60      RealType doRestraints(RealType scalingFactor);
61      RealType getUnscaledPotential() { return unscaledPotential_; }
# Line 73 | Line 73 | namespace OpenMD {
73      RealType restTime_;
74      RestWriter* restOut;
75      Snapshot* currSnapshot_;
76
76    };
77  
78   }

Comparing:
trunk/src/restraints/RestraintForceManager.hpp (property svn:keywords), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/restraints/RestraintForceManager.hpp (property svn:keywords), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines