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