| # | Line 52 | Line 52 | namespace oopse { | |
|---|---|---|
| 52 | CubicLattice(); | |
| 53 | public: | |
| 54 | //get lattice constant of unit cell | |
| 55 | < | virtual std::vector<double> getLatticeConstant(); | 
| 55 | > | virtual std::vector<RealType> getLatticeConstant(); | 
| 56 | ||
| 57 | //set lattice constant of unit cell | |
| 58 | < | virtual void setLatticeConstant(const std::vector<double>& lc); | 
| 58 | > | virtual void setLatticeConstant(const std::vector<RealType>& lc); | 
| 59 | protected: | |
| 60 | < | double latticeParam; | 
| 60 | > | RealType latticeParam; | 
| 61 | }; | |
| 62 | ||
| 63 | } | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |