| # | Line 65 | Line 65 | class SimInfo{ (public) | |
|---|---|---|
| 65 | // | |
| 66 | double HmatInv[3][3]; | |
| 67 | ||
| 68 | < | double boxLx, boxLy, boxLz; // the box Lengths |
| 68 | > | double boxL[3]; // The Lengths of the 3 column vectors of Hmat |
| 69 | double boxVol; | |
| 70 | int orthoRhombic; | |
| 71 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |