# | Line 156 | Line 156 | namespace OpenMD { | |
---|---|---|
156 | const static int y = atomproperty | dynamic | 3; | |
157 | const static int z = atomproperty | dynamic | 4; | |
158 | const static int r = atomproperty | dynamic | 5; | |
159 | + | const static int wrappedX = atomproperty | dynamic | 6; |
160 | + | const static int wrappedY = atomproperty | dynamic | 7; |
161 | + | const static int wrappedZ = atomproperty | dynamic | 8; |
162 | ||
163 | const static int opGT = comparator | dynamic | 0; | |
164 | const static int opGE = comparator | dynamic | 1; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |