forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7999 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
53f2c13d52
commit
567878bc65
|
@ -2328,8 +2328,9 @@ void pair(FILE *fp, Data &data, char *style, int flag)
|
|||
}
|
||||
}
|
||||
|
||||
} else if (strcmp(style,"meam") == 0) {
|
||||
|
||||
} else if ((strcmp(style,"meam") == 0) ||
|
||||
(strcmp(style,"meam/spline") == 0)) {
|
||||
|
||||
} else if (strcmp(style,"morse") == 0) {
|
||||
|
||||
double cut_global = read_double(fp);
|
||||
|
@ -3186,6 +3187,7 @@ void Data::write(FILE *fp, FILE *fp2, int write_coeffs, int write_vels)
|
|||
(strcmp(pair_style,"lubricate2") != 0) &&
|
||||
(strcmp(pair_style,"lubricateU") != 0) &&
|
||||
(strcmp(pair_style,"meam") != 0) &&
|
||||
(strcmp(pair_style,"meam/spline") != 0) &&
|
||||
(strcmp(pair_style,"rebo") != 0) &&
|
||||
(strcmp(pair_style,"reax") != 0) &&
|
||||
(strcmp(pair_style,"reax/c") != 0) &&
|
||||
|
|
Loading…
Reference in New Issue