| # | Line 51 | Line 51 | namespace OpenMD { | |
|---|---|---|
| 51 | ||
| 52 | namespace OpenMD { | |
| 53 | ||
| 54 | < | EAM::EAM() : name_("EAM"), initialized_(false), forceField_(NULL), |
| 55 | < | mixMeth_(eamJohnson), eamRcut_(0.0), haveCutoffRadius_(false) {} |
| 54 | > | EAM::EAM() : initialized_(false), haveCutoffRadius_(false), |
| 55 | > | forceField_(NULL), eamRcut_(0.0), mixMeth_(eamJohnson), |
| 56 | > | name_("EAM") {} |
| 57 | ||
| 58 | CubicSpline* EAM::getPhi(AtomType* atomType1, AtomType* atomType2) { | |
| 59 | EAMAdapter ea1 = EAMAdapter(atomType1); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |