ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/applications/simpleBuilder/Lattice.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/applications/simpleBuilder/Lattice.hpp (file contents):
Revision 1825 by tim, Thu Dec 2 04:55:10 2004 UTC vs.
Revision 1826 by tim, Thu Dec 2 05:04:20 2004 UTC

# Line 16 | Line 16 | class CubicLattice : public BaseLattice{
16      CubicLattice();
17    public:
18      //get lattice constant of unit cell
19 <    virtual vector<double> getLatticeConstant();
19 >    virtual  std::vector<double> getLatticeConstant();
20  
21      //set lattice constant of unit cell
22 <    virtual void setLatticeConstant(const vector<double>& lc);
22 >    virtual void setLatticeConstant(const  std::vector<double>& lc);
23    protected:
24      double latticeParam;
25   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines