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 1532 by gezelter, Wed Dec 29 19:59:21 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 91 | Line 90 | namespace OpenMD {
90  
91          }
92        }
94      at->makeFortranAtomType();
93      }
94  
97    for (at = atomTypeCont_.beginType(i); at != NULL;
98         at = atomTypeCont_.nextType(i)) {
99      at->complete();
100    }
101
102    int isError = 0;
103
95      delete ffStream;
96      
97    }
98  
99    CLAYFF::~CLAYFF(){
109    destroyLJTypes();
100    }
101   } //end namespace OpenMD

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines