--- trunk/src/lattice/CubicLattice.hpp 2005/04/12 22:07:45 485 +++ trunk/src/lattice/CubicLattice.hpp 2006/05/17 21:51:42 963 @@ -1,4 +1,4 @@ - /* +/* * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. * * The University of Notre Dame grants you ("Licensee") a @@ -47,18 +47,18 @@ namespace oopse { namespace oopse { -class CubicLattice : public Lattice{ + class CubicLattice : public Lattice{ protected: 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; + }; } #endif