--- trunk/OOPSE/utils/sysbuilder/sysBuild.cpp 2003/10/24 17:36:18 817 +++ trunk/OOPSE/utils/sysbuilder/sysBuild.cpp 2003/10/24 22:17:45 821 @@ -1,4 +1,3 @@ - #include #include #include @@ -56,13 +55,6 @@ int main( int argc, char* argv[]){ int hasErrors; - - MakeStamps* the_stamps = NULL; - Globals* the_globals = NULL; - Component** the_components = NULL; - LinkedMolStamp* headStamp = NULL; - LinkedMolStamp* currStamp; - // initialize all functions and variables initSimError(); @@ -74,33 +66,8 @@ int main( int argc, char* argv[]){ headInc = NULL; bsInfo.includes = NULL; - bsInfo.componentsNmol = NULL; - bsInfo.compStamps = NULL; - bsInfo.havePressure = 0; - bsInfo.haveTauBarostat = 0; - bsInfo.haveTauThermostat = 0; - bsInfo.haveQmass = 0; - //Nanobuilder components. - bsInfo.latticeType = FCC_LATTICE_TYPE; // set lattice type to FCC. - bsInfo.hasVacancies = 0; //set vacancies to false. - bsInfo.buildCoreShell = 0; - bsInfo.latticeSpacing = 0.0; - bsInfo.coreRadius = 0.0; - bsInfo.particleRadius = 0.0; - bsInfo.shellRadius = 0.0; - bsInfo.vacancyRadius = 0.0; - bsInfo.vacancyFraction = 0.0; - bsInfo.soluteX = 0.0; - - - - headStamp = new LinkedMolStamp(); - the_stamps = new MakeStamps(); - the_globals = new Globals(); - set_interface_stamps( the_stamps, the_globals ); - // parse command line arguments if (cmdline_parser (argc, argv, &args_info) != 0) @@ -149,8 +116,6 @@ int main( int argc, char* argv[]){ bsInfo.dt = the_globals->getDt(); bsInfo.runTime = the_globals->getRunTime(); - std::cerr << "dt = " << bsInfo.dt << "\n"; - // get the ones we know are there, yet still may need some work. bsInfo.nComponents = the_globals->getNComponents(); strcpy( bsInfo.forceField, the_globals->getForceField() );