ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/lattice/Lattice.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/lattice/Lattice.hpp (file contents):
Revision 2758 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 66 | Line 66 | namespace oopse {
66      std::vector<Vector3d> getLatticePointsOrt() {return cellSitesOrt;}
67      
68      //get lattice constant of unit cell
69 <    virtual  std::vector<double> getLatticeConstant() =0;
69 >    virtual  std::vector<RealType> getLatticeConstant() =0;
70  
71      //set lattice constant of unit cell
72 <    virtual void setLatticeConstant(const  std::vector<double>& lc)=0;
72 >    virtual void setLatticeConstant(const  std::vector<RealType>& lc)=0;
73  
74      //get origin of unit cell
75      Vector3d getOrigin( ) {return origin;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines