ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp
(Generate patch)

Comparing branches/development/src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp (file contents):
Revision 1873 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC

# Line 365 | Line 365 | int main(int argc, char *argv []) {
365    //creat new .md file on fly which corrects the number of molecule    
366    createMdFile(inputFileName, outputFileName, nMol);
367    
368 <  if (oldInfo != NULL)
369 <    delete oldInfo;
368 >  delete oldInfo;
369    
370    SimCreator newCreator;
371    SimInfo* NewInfo = newCreator.createSim(outputFileName, false);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines