| # | Line 58 | Line 58 | class Lattice{ | |
|---|---|---|
| 58 | ||
| 59 | //virtual destructor of Lattice | |
| 60 | virtual ~Lattice() {} | |
| 61 | – | |
| 62 | – | //get lattice type | 
| 63 | – | virtual const std::string getLatticeType() = 0; | 
| 61 | ||
| 62 | int getNumSitesPerCell() {return nCellSites;} | |
| 63 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |