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

Comparing branches/new_design/OOPSE-3.0/src/applications/simpleBuilder/Lattice.cpp (file contents):
Revision 1890 by tim, Thu Dec 2 05:17:10 2004 UTC vs.
Revision 1891 by tim, Wed Dec 15 22:34:41 2004 UTC

# Line 2 | Line 2 | static LatticeCreator<FCCLattice> *FCCLatticeCreator =
2   #include "applications/simpleBuilder/LatticeFactory.hpp"
3   #include "applications/simpleBuilder/LatticeCreator.hpp"
4  
5 + namespace oopse {
6 +
7   static LatticeCreator<FCCLattice> *FCCLatticeCreator = new LatticeCreator<FCCLattice>(FCCLatticeType);
6 //static LatticeCreator<FCCLattice> *BCCLatticeCreator = new LatticeCreator<FCCLattice>(BCCLatticeType);
7 //static LatticeCreator<FCCLattice> *HCPLatticeCreator = new LatticeCreator<FCCLattice>(HCPCLatticeType);
8 //static LatticeCreator<FCCLattice> *OrthorhombicLattice = new LatticeCreator<FCCLattice>(OrthorhombicLatticeType);
8  
9   CubicLattice::CubicLattice(){
10    latticeParam = 1.0;
# Line 96 | Line 95 | void FCCLattice::update(){
95    cellSitesOrt[3].z = oneOverRoot3;
96   }
97  
98 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines