| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | #include "BaseLattice.hpp" | |
| 3 | #include "LatticeCreator.hpp" | |
| 4 | ||
| 5 | + | LatticeFactory* LatticeFactory::instance = NULL; |
| 6 | LatticeFactory::~LatticeFactory(){ | |
| 7 | map<string, BaseLatticeCreator*>::iterator mapIter; | |
| 8 | for (mapIter = creatorMap.begin(); mapIter == creatorMap.end(); ++mapIter) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |