diff -Naur lammps-24Jun09/tools/restart2data.cpp lammps-25Jun09/tools/restart2data.cpp --- lammps-24Jun09/tools/restart2data.cpp 2009-06-03 14:50:48.000000000 -0600 +++ lammps-25Jun09/tools/restart2data.cpp 2009-06-22 15:47:30.000000000 -0600 @@ -1851,6 +1851,8 @@ } } + } else if (strcmp(style,"meam") == 0) { + } else if ((strcmp(style,"morse") == 0) || (strcmp(style,"morse/opt") == 0)) {