| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | #include "Lattice.hpp" |
| 2 | < | #include "LatticeFactory.hpp" |
| 3 | < | #include "LatticeCreator.hpp" |
| 1 | > | #include "applications/Lattice.hpp" |
| 2 | > | #include "applications/LatticeFactory.hpp" |
| 3 | > | #include "applications/LatticeCreator.hpp" |
| 4 | ||
| 5 | static LatticeCreator<FCCLattice> *FCCLatticeCreator = new LatticeCreator<FCCLattice>(FCCLatticeType); | |
| 6 | //static LatticeCreator<FCCLattice> *BCCLatticeCreator = new LatticeCreator<FCCLattice>(BCCLatticeType); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |