From b5ef245e1c06bf806b821c5c481ab143af104cb2 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 29 Jan 2007 23:25:38 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@250 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- tools/restart2data.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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);