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

Comparing:
branches/development/src/UseTheForce/CLAYFF.cpp (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
branches/devel_omp/src/UseTheForce/CLAYFF.cpp (file contents), Revision 1594 by chuckv, Tue Jul 19 16:45:30 2011 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