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

Comparing trunk/OOPSE-4/src/brains/Register.cpp (file contents):
Revision 2181 by tim, Tue Apr 12 21:58:09 2005 UTC vs.
Revision 2184 by tim, Tue Apr 12 22:33:50 2005 UTC

# Line 59 | Line 59
59   #include "UseTheForce/ForceFieldCreator.hpp"
60   #include "lattice/LatticeFactory.hpp"
61   #include "lattice/LatticeCreator.hpp"
62 < #include "lattice/Lattice.hpp"
62 > #include "lattice/FCCLattice.hpp"
63  
64   namespace oopse {
65  
# Line 88 | Line 88 | void registerLattice(){
88   }
89  
90   void registerLattice(){
91    LatticeFactory::getInstance()->registerLattice(new LatticeBuilder<CubicLattice>("CUBIC"));
91      LatticeFactory::getInstance()->registerLattice(new LatticeBuilder<FCCLattice>("FCC"));
92   }
93  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines