--- trunk/src/lattice/CubicLattice.hpp 2005/04/15 22:04:00 507 +++ trunk/src/lattice/CubicLattice.hpp 2006/05/17 21:51:42 963 @@ -52,12 +52,12 @@ namespace oopse { CubicLattice(); public: //get lattice constant of unit cell - virtual std::vector getLatticeConstant(); + virtual std::vector getLatticeConstant(); //set lattice constant of unit cell - virtual void setLatticeConstant(const std::vector& lc); + virtual void setLatticeConstant(const std::vector& lc); protected: - double latticeParam; + RealType latticeParam; }; }