| # | Line 15 | Line 15 | class Lattice{ (public) | |
|---|---|---|
| 15 | Lattice(int latticeType,double latticeParameter); | |
| 16 | Lattice(int latticeType,double latticeParameters[3]); | |
| 17 | ~Lattice(void); | |
| 18 | < | |
| 18 | > | |
| 19 | int getLatticePoints(double** thePosX, double** thePosY, | |
| 20 | double** thePosZ, | |
| 21 | int ix, int iy, int iz); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |