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

Comparing trunk/OOPSE-2.0/src/UseTheForce/DUFF.cpp (file contents):
Revision 2229 by chrisfen, Tue May 17 22:35:01 2005 UTC vs.
Revision 2367 by kdaily, Fri Oct 14 15:44:37 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 +    completeGayBerneFF(&isError);
115 +
116      delete ffStream;
117      
118    }
# Line 116 | Line 120 | namespace oopse {
120    DUFF::~DUFF(){
121      destroyLJTypes();
122      destroyStickyTypes();
123 +    destroyGayBerneTypes();
124    }
125   } //end namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines