ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/primitives/Molecule.cpp
(Generate patch)

Comparing trunk/src/primitives/Molecule.cpp (file contents):
Revision 2070 by gezelter, Tue Jan 13 20:14:57 2015 UTC vs.
Revision 2071 by gezelter, Sat Mar 7 21:41:51 2015 UTC

# 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    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines