| # | Line 65 | Line 65 | namespace OpenMD { | |
|---|---|---|
| 65 | MoleculeStamp *molStamp, | |
| 66 | int stampId, int globalIndex, | |
| 67 | LocalIndexManager* localIndexMan) { | |
| 68 | < | Molecule* mol = new Molecule(stampId, globalIndex, molStamp->getName()); |
| 68 | > | Molecule* mol = new Molecule(stampId, globalIndex, molStamp->getName(), |
| 69 | > | molStamp->getRegion() ); |
| 70 | ||
| 71 | //create atoms | |
| 72 | Atom* atom; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |