rename "nocoeffs" flag to "nocoeff" to be consistent with write_data
This commit is contained in:
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user