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

Comparing trunk/src/restraints/Restraint.hpp (file contents):
Revision 2020 by gezelter, Mon Sep 22 19:18:35 2014 UTC vs.
Revision 2069 by gezelter, Thu Mar 5 16:30:23 2015 UTC

# Line 69 | Line 69 | namespace OpenMD {
69  
70      typedef std::pair<RealType, RealType> RealPair;
71  
72 <    Restraint() : twist0_(0.0), swingX0_(0.0), swingY0_(0.0), restType_(0),
73 <                  printRest_(false) {
72 >    Restraint() : twist0_(0.0), swingX0_(0.0), swingY0_(0.0),
73 >                  printRest_(false), restType_(0) {
74      }
75      
76      virtual ~Restraint() {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines