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

Comparing trunk/OOPSE-4/src/lattice/CubicLattice.hpp (file contents):
Revision 2182 by tim, Tue Apr 12 22:07:45 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 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 | class CubicLattice : public Lattice{
47  
48   namespace oopse {
49  
50 < class CubicLattice : public Lattice{
50 >  class CubicLattice : public Lattice{
51    protected:
52      CubicLattice();
53    public:
# Line 58 | Line 58 | class CubicLattice : public Lattice{
58      virtual void setLatticeConstant(const  std::vector<double>& lc);
59    protected:
60      double latticeParam;
61 < };
61 >  };
62  
63   }
64   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines