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

@ -57,7 +57,7 @@ void AngleZero::settings(int narg, char **arg)
error->all(FLERR,"Illegal angle_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 angle_style command");
}
}