# | Line 11 | Line 11 | class Lattice{ (public) | |
---|---|---|
11 | class Lattice{ | |
12 | ||
13 | public: | |
14 | < | Lattice(int latticeType,double latticeSpacing); |
14 | > | Lattice(int latticeType,double latticeParameter); |
15 | ~Lattice(void); | |
16 | ||
17 | int getLatticePoints(double** thePosX, double** thePosY, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |