--- branches/development/src/nonbonded/InteractionManager.cpp 2010/12/17 20:11:05 1528 +++ branches/development/src/nonbonded/InteractionManager.cpp 2010/12/27 18:35:59 1529 @@ -44,6 +44,8 @@ namespace OpenMD { namespace OpenMD { bool InteractionManager::initialized_ = false; + RealType InteractionManager::rCut_ = -1.0; + RealType InteractionManager::rSwitch_ = -1.0; ForceField* InteractionManager::forceField_ = NULL; InteractionManager* InteractionManager::_instance = NULL; map InteractionManager::typeMap_;