| # | Line 56 | Line 56 | namespace OpenMD { | |
|---|---|---|
| 56 | ||
| 57 | namespace OpenMD { | |
| 58 | Molecule::Molecule(int stampId, int globalIndex, const std::string& molName) | |
| 59 | < | : stampId_(stampId), globalIndex_(globalIndex), moleculeName_(molName) { | 
| 59 | > | : stampId_(stampId), globalIndex_(globalIndex), moleculeName_(molName), | 
| 60 | > | constrainTotalCharge_(false) { | 
| 61 | } | |
| 62 | ||
| 63 | Molecule::~Molecule() { | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |