| # | 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() {} | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |