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

Comparing trunk/src/lattice/CubicLattice.hpp (file contents):
Revision 485 by tim, Tue Apr 12 22:07:45 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 47 | Line 47 | namespace oopse {
47  
48   namespace oopse {
49  
50 < class CubicLattice : public Lattice{
50 >  class CubicLattice : public Lattice{
51    protected:
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;
61 < };
60 >    RealType latticeParam;
61 >  };
62  
63   }
64   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines