| # | Line 44 | Line 44 | namespace OpenMD { | |
|---|---|---|
| 44 | namespace OpenMD { | |
| 45 | ||
| 46 | bool InteractionManager::initialized_ = false; | |
| 47 | + | RealType InteractionManager::rCut_ = -1.0; |
| 48 | + | RealType InteractionManager::rSwitch_ = -1.0; |
| 49 | ForceField* InteractionManager::forceField_ = NULL; | |
| 50 | InteractionManager* InteractionManager::_instance = NULL; | |
| 51 | map<int, AtomType*> InteractionManager::typeMap_; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |