git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@250 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2007-01-29 23:25:38 +00:00
parent 598f1e2274
commit b5ef245e1c
1 changed files with 4 additions and 0 deletions

View File

@ -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);