ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/src/UseTheForce/CLAYFF.cpp
(Generate patch)

Comparing:
trunk/src/UseTheForce/CLAYFF.cpp (file contents), Revision 1442 by gezelter, Mon May 10 17:28:26 2010 UTC vs.
branches/development/src/UseTheForce/CLAYFF.cpp (file contents), Revision 1505 by gezelter, Sun Oct 3 22:18:59 2010 UTC

# Line 41 | Line 41
41  
42  
43   #include "UseTheForce/CLAYFF.hpp"
44 #include "UseTheForce/DarkSide/lj_interface.h"
44   #include "UseTheForce/ForceFieldFactory.hpp"
45   #include "io/BaseAtomTypesSectionParser.hpp"
46   #include "io/AtomTypesSectionParser.hpp"
# Line 94 | Line 93 | namespace OpenMD {
93        at->makeFortranAtomType();
94      }
95  
97    for (at = atomTypeCont_.beginType(i); at != NULL;
98         at = atomTypeCont_.nextType(i)) {
99      at->complete();
100    }
101
102    int isError = 0;
103
96      delete ffStream;
97      
98    }
99  
100    CLAYFF::~CLAYFF(){
109    destroyLJTypes();
101    }
102   } //end namespace OpenMD

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines