ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/lattice/CubicLattice.hpp
(Generate patch)

Comparing trunk/src/lattice/CubicLattice.hpp (file contents):
Revision 962 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines