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 1829 by tim, Thu Dec 2 05:14:58 2004 UTC vs.
Revision 1891 by tim, Wed Dec 15 22:34:41 2004 UTC

# Line 4 | Line 4
4   #include <string>
5   #include <vector>
6  
7 + namespace oopse {
8  
9   const  std::string FCCLatticeType = "FCC";
10   const  std::string BCCLatticeType = "BCC";
# Line 33 | Line 34 | class FCCLattice : public CubicLattice{
34      
35   };
36  
37 < /*
37 < class BCCLattice : public CubicLattice{
38 <  public:
39 <    BCCLattice();
40 <    virtual const  std::string getLatticeType() {return BCCLatticeType;}
41 < };
42 <
43 <
44 < class HCPLattice : public BaseLattice{
45 <  public:
46 <    HCPLattice();
47 <    virtual const  std::string getLatticeType() {return HCPCLatticeType;}
48 < };
49 <
50 < class OrthorhombicLattice : public BaseLattice{
51 <  public:
52 <    OrthorhombicLattice();
53 <    virtual const  std::string getLatticeType() {return OrthorhombicLatticeType;}
54 < };
55 < */
56 <
57 <
37 > }
38   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines