--- trunk/src/nonbonded/EAM.cpp 2014/11/01 14:12:16 2033 +++ trunk/src/nonbonded/EAM.cpp 2015/03/07 21:41:51 2071 @@ -51,8 +51,9 @@ namespace OpenMD { namespace OpenMD { - EAM::EAM() : name_("EAM"), initialized_(false), forceField_(NULL), - mixMeth_(eamJohnson), eamRcut_(0.0), haveCutoffRadius_(false) {} + EAM::EAM() : initialized_(false), haveCutoffRadius_(false), + forceField_(NULL), eamRcut_(0.0), mixMeth_(eamJohnson), + name_("EAM") {} CubicSpline* EAM::getPhi(AtomType* atomType1, AtomType* atomType2) { EAMAdapter ea1 = EAMAdapter(atomType1);