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

Comparing trunk/OOPSE-4/src/UseTheForce/ForceField.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2172 by tim, Tue Apr 12 18:30:37 2005 UTC

# Line 49 | Line 49 | namespace oopse {
49    
50   #include "UseTheForce/ForceField.hpp"
51   #include "utils/simError.h"
52 + #include "UseTheForce/DarkSide/atype_interface.h"
53   namespace oopse {
54  
55   ForceField::ForceField() {
# Line 63 | Line 64 | AtomType* ForceField::getAtomType(const std::string &a
64      }
65   }
66  
67 +
68 + ForceField::~ForceField() {
69 +    deleteAtypes();
70 + }
71 +
72   AtomType* ForceField::getAtomType(const std::string &at) {
73      std::vector<std::string> keys;
74      keys.push_back(at);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines