--- trunk/OOPSE/libmdtools/SimSetup.cpp 2003/08/12 19:56:49 689 +++ trunk/OOPSE/libmdtools/SimSetup.cpp 2003/08/12 21:44:06 690 @@ -98,25 +98,17 @@ void SimSetup::createSim(void){ // gather all of the information from the Bass file - std::cerr << "gathering info\n"; - gatherInfo(); // creation of complex system objects - std::cerr << "creating system objects\n"; - sysObjectsCreation(); // check on the post processing info - - std::cerr << "performing final info check.\n"; finalInfoCheck(); // initialize the system coordinates - - std::cerr << "about to init coords\n"; if( !isInfoArray ) initSystemCoords(); @@ -899,7 +891,6 @@ void SimSetup::initSystemCoords( void ){ char* inName; - std::cerr << "Setting atom Coords\n"; (info[0].getConfiguration())->createArrays( info[0].n_atoms );