forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@250 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
598f1e2274
commit
b5ef245e1c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue