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

Comparing branches/development/src/brains/ForceManager.cpp (file contents):
Revision 1470 by gezelter, Mon Jul 19 18:48:23 2010 UTC vs.
Revision 1485 by gezelter, Wed Jul 28 19:52:00 2010 UTC

# Line 64 | Line 64 | namespace OpenMD {
64                                                 NBforcesInitialized_(false) {
65      lj_ = LJ::Instance();
66      lj_->setForceField(info_->getForceField());
67 +
68 +    gb_ = GB::Instance();
69 +    gb_->setForceField(info_->getForceField());
70 +
71 +    sticky_ = Sticky::Instance();
72 +    sticky_->setForceField(info_->getForceField());
73 +
74 +    eam_ = EAM::Instance();
75 +    eam_->setForceField(info_->getForceField());
76    }
77  
78    void ForceManager::calcForces() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines