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 1473 by gezelter, Tue Jul 20 15:43:00 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"
55 #include "UseTheForce/DarkSide/fForceOptions_interface.h"
56 #include "UseTheForce/DarkSide/switcheroo_interface.h"
54   namespace OpenMD {
55  
56    ForceField::ForceField() {
# Line 67 | Line 64 | namespace OpenMD {
64      } else {
65        ffPath_ = tempPath;
66      }
70  }
71
72
73  ForceField::~ForceField() {
74    deleteAtypes();
75    deleteSwitch();  
67    }
68  
69    AtomType* ForceField::getAtomType(const std::string &at) {
# Line 631 | Line 622 | namespace OpenMD {
622      return ffStream;
623    }
624  
634  void ForceField::setFortranForceOptions(){
635    ForceOptions theseFortranOptions;
636    forceFieldOptions_.makeFortranOptions(theseFortranOptions);
637    setfForceOptions(&theseFortranOptions);
638  }
625   } //end namespace OpenMD

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines