diff --git a/tools/restart2data.cpp b/tools/restart2data.cpp index f1cde664bb..95eddc8253 100644 --- a/tools/restart2data.cpp +++ b/tools/restart2data.cpp @@ -1085,11 +1085,15 @@ void pair(FILE *fp, Data &data, char *style, int flag) } } + } else if (strcmp(style,"sw") == 0) { + } else if (strcmp(style,"table") == 0) { int tabstyle = read_int(fp); int n = read_int(fp); + } else if (strcmp(style,"tersoff") == 0) { + } else if (strcmp(style,"yukawa") == 0) { double kappa = read_double(fp);