--- branches/development/src/brains/SimInfo.cpp 2013/02/20 15:39:39 1850 +++ branches/development/src/brains/SimInfo.cpp 2013/05/15 15:09:35 1874 @@ -941,13 +941,6 @@ namespace OpenMD { } } - //scan topology - - int* excludeList = excludedInteractions_.getPairList(); - int* oneTwoList = oneTwoInteractions_.getPairList(); - int* oneThreeList = oneThreeInteractions_.getPairList(); - int* oneFourList = oneFourInteractions_.getPairList(); - topologyDone_ = true; }