| 57 | 
  | 
#include "UseTheForce/EAM_FF.hpp" | 
| 58 | 
  | 
#include "UseTheForce/ForceFieldFactory.hpp" | 
| 59 | 
  | 
#include "UseTheForce/ForceFieldCreator.hpp" | 
| 60 | 
+ | 
#include "lattice/LatticeFactory.hpp" | 
| 61 | 
+ | 
#include "lattice/LatticeCreator.hpp" | 
| 62 | 
+ | 
#include "lattice/FCCLattice.hpp" | 
| 63 | 
  | 
 | 
| 64 | 
  | 
namespace oopse { | 
| 65 | 
  | 
 | 
| 87 | 
  | 
    MinimizerFactory::getInstance()->registerMinimizer(new MinimizerBuilder<PRCGMinimizer>("CG")); | 
| 88 | 
  | 
} | 
| 89 | 
  | 
 | 
| 90 | 
+ | 
void registerLattice(){ | 
| 91 | 
+ | 
    LatticeFactory::getInstance()->registerLattice(new LatticeBuilder<FCCLattice>("FCC")); | 
| 92 | 
+ | 
} | 
| 93 | 
+ | 
 | 
| 94 | 
  | 
void registerAll() { | 
| 95 | 
  | 
    registerForceFields(); | 
| 96 | 
  | 
    registerIntegrators(); |