| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #include "BaseLattice.hpp" | |
| 2 | < | void BaseLattice::getLatticePoints(vector<Vector3d>& latticePos, int nx, int ny, int nz){ | 
| 2 | > | void BaseLattice::getLatticePointsPos(vector<Vector3d>& latticePos, int nx, int ny, int nz){ | 
| 3 | ||
| 4 | latticePos.resize(nCellSites); | |
| 5 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |