| 1 |
tim |
1423 |
#include "Lattice.hpp" |
| 2 |
|
|
#include "LatticeFactory.hpp" |
| 3 |
|
|
#include "LatticeCreator.hpp" |
| 4 |
|
|
|
| 5 |
|
|
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); |
| 9 |
|
|
|
| 10 |
|
|
|
| 11 |
|
|
|