# | Line 67 | Line 67 | namespace OpenMD { | |
---|---|---|
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 | + | sc_ = SC::Instance(); |
78 | + | sc_->setForceField(info_->getForceField()); |
79 | } | |
80 | ||
81 | void ForceManager::calcForces() { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |