| # | Line 106 | Line 106 | class Atom{ (protected) | |
|---|---|---|
| 106 | ||
| 107 | int index; /* set the atom's index */ | |
| 108 | int offset; // the atom's offset in the storage array | |
| 109 | + | int offsetX, offsetY, offsetZ; |
| 110 | ||
| 111 | char c_name[100]; /* it's name */ | |
| 112 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |