# | Line 115 | Line 115 | namespace OpenMD{ | |
---|---|---|
115 | ||
116 | /** | |
117 | * Sets the global index of this molecule. | |
118 | < | * @param new global index to be set |
118 | > | * @param index new global index to be set |
119 | */ | |
120 | void setGlobalIndex(int index) { | |
121 | globalIndex_ = index; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |