rename "nocoeffs" flag to "nocoeff" to be consistent with write_data

This commit is contained in:
Axel Kohlmeyer
2016-04-21 21:12:01 -04:00
parent c1ca20df49
commit 122523c51d
6 changed files with 10 additions and 10 deletions

View File

@ -56,7 +56,7 @@ void ImproperZero::settings(int narg, char **arg)
error->all(FLERR,"Illegal improper_style command");
if (narg == 1) {
if (strcmp("nocoeffs",arg[0]) == 0) check_coeffs=0;
if (strcmp("nocoeff",arg[0]) == 0) check_coeffs=0;
else error->all(FLERR,"Illegal improper_style command");
}
}