whitespace

This commit is contained in:
Axel Kohlmeyer
2022-09-06 19:15:18 -04:00
parent 9b76294d51
commit 55f97e5fbc

View File

@ -4378,7 +4378,7 @@ int Variable::special_function(char *word, char *contents, Tree **tree, Tree **t
} else if (strcmp(word,"label2type") == 0) {
if (narg != 2) print_var_error(FLERR,"Invalid label2type() function syntax in variable formula",ivar);
if (!atom->labelmapflag)
print_var_error(FLERR,"Cannot use label2type() function without a labelmap",ivar);