diff -Naur lammps-27Mar08/tools/restart2data.cpp lammps-28Mar08/tools/restart2data.cpp --- lammps-27Mar08/tools/restart2data.cpp 2008-03-26 09:39:39.000000000 -0600 +++ lammps-28Mar08/tools/restart2data.cpp 2008-03-28 08:37:03.000000000 -0600 @@ -1226,6 +1226,8 @@ if (strcmp(style,"none") == 0) { + } else if (strcmp(style,"airebo") == 0) { + } else if ((strcmp(style,"buck") == 0) || (strcmp(style,"buck/coul/cut") == 0) || (strcmp(style,"buck/coul/long") == 0) || @@ -2441,6 +2443,7 @@ if (pair_style && fp2 == NULL) { if ((strcmp(pair_style,"none") != 0) && + (strcmp(pair_style,"airebo") != 0) && (strcmp(pair_style,"eam") != 0) && (strcmp(pair_style,"eam/opt") != 0) && (strcmp(pair_style,"eam/alloy") != 0) &&