ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/DUFF.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/DUFF.cpp (file contents):
Revision 2229 by chrisfen, Tue May 17 22:35:01 2005 UTC vs.
Revision 2375 by gezelter, Mon Oct 17 19:12:45 2005 UTC

# Line 43 | Line 43
43   #include "UseTheForce/DUFF.hpp"
44   #include "UseTheForce/DarkSide/lj_interface.h"
45   #include "UseTheForce/DarkSide/sticky_interface.h"
46 + #include "UseTheForce/DarkSide/gb_interface.h"
47   #include "UseTheForce/ForceFieldFactory.hpp"
48   #include "io/DirectionalAtomTypesSectionParser.hpp"
49   #include "io/AtomTypesSectionParser.hpp"
# Line 109 | Line 110 | namespace oopse {
110        at->complete();
111      }
112  
113 +    int isError = 0;
114 +
115      delete ffStream;
116      
117    }
# Line 116 | Line 119 | namespace oopse {
119    DUFF::~DUFF(){
120      destroyLJTypes();
121      destroyStickyTypes();
122 +    destroyGayBerneTypes();
123    }
124   } //end namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines