forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1677 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
84672ee573
commit
d9a7bd000a
|
@ -1226,6 +1226,8 @@ void pair(FILE *fp, Data &data, char *style, int flag)
|
|||
|
||||
if (strcmp(style,"none") == 0) {
|
||||
|
||||
} else if (strcmp(style,"airebo") == 0) {
|
||||
|
||||
} else if ((strcmp(style,"buck") == 0) ||
|
||||
(strcmp(style,"buck/coul/cut") == 0) ||
|
||||
(strcmp(style,"buck/coul/long") == 0) ||
|
||||
|
@ -2441,6 +2443,7 @@ void Data::write(FILE *fp, FILE *fp2)
|
|||
|
||||
if (pair_style && fp2 == NULL) {
|
||||
if ((strcmp(pair_style,"none") != 0) &&
|
||||
(strcmp(pair_style,"airebo") != 0) &&
|
||||
(strcmp(pair_style,"eam") != 0) &&
|
||||
(strcmp(pair_style,"eam/opt") != 0) &&
|
||||
(strcmp(pair_style,"eam/alloy") != 0) &&
|
||||
|
|
Loading…
Reference in New Issue