ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/brains/ForceField.cpp
(Generate patch)

Comparing branches/development/src/UseTheForce/ForceField.cpp (file contents):
Revision 1530 by gezelter, Tue Dec 28 21:47:55 2010 UTC vs.
Revision 1532 by gezelter, Wed Dec 29 19:59:21 2010 UTC

# Line 51 | Line 51
51   #include "UseTheForce/ForceField.hpp"
52   #include "utils/simError.h"
53   #include "utils/Tuple.hpp"
54 #include "UseTheForce/DarkSide/atype_interface.h"
54   namespace OpenMD {
55  
56    ForceField::ForceField() {
# Line 65 | Line 64 | namespace OpenMD {
64      } else {
65        ffPath_ = tempPath;
66      }
68  }
69
70
71  ForceField::~ForceField() {
72    deleteAtypes();
67    }
68  
69    AtomType* ForceField::getAtomType(const std::string &at) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines