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

This commit is contained in:
sjplimp
2010-11-17 18:44:00 +00:00
parent 460379ce20
commit c5c8dbbf3f

View File

@ -1958,6 +1958,7 @@ void pair(FILE *fp, Data &data, char *style, int flag)
}
} else if (strcmp(style,"reax") == 0) {
} else if (strcmp(style,"reax/c") == 0) {
} else if (strcmp(style,"soft") == 0) {
@ -2697,6 +2698,7 @@ void Data::write(FILE *fp, FILE *fp2)
(strcmp(pair_style,"gran/hertzian") != 0) &&
(strcmp(pair_style,"meam") != 0) &&
(strcmp(pair_style,"reax") != 0) &&
(strcmp(pair_style,"reax/c") != 0) &&
(strcmp(pair_style,"sw") != 0) &&
(strcmp(pair_style,"table") != 0) &&
(strcmp(pair_style,"tersoff") != 0) &&