--- branches/development/src/nonbonded/InteractionManager.cpp 2012/06/14 01:58:35 1755 +++ branches/development/src/nonbonded/InteractionManager.cpp 2013/01/09 19:27:52 1825 @@ -111,7 +111,7 @@ namespace OpenMD { bool vdwExplicit = false; bool metExplicit = false; - bool hbExplicit = false; + // bool hbExplicit = false; key = make_pair(atype1, atype2); @@ -304,10 +304,6 @@ namespace OpenMD { eam_->setCutoffRadius(rcut); } - void InteractionManager::setSwitchingRadius(RealType rswitch) { - electrostatic_->setSwitchingRadius(rswitch); - } - void InteractionManager::doPrePair(InteractionData idat){ if (!initialized_) initialize();