whitespace

This commit is contained in:
Axel Kohlmeyer
2023-11-22 19:39:29 -05:00
parent 0dd19b2cbf
commit 0db826ae77

View File

@ -3647,7 +3647,7 @@ int Variable::math_function(char *word, char *contents, Tree **tree, Tree **tree
if (value1) argstack[nargstack++] = value2;
else argstack[nargstack++] = values[0];
}
} else if (strcmp(word,"ramp") == 0) {
if (narg != 2)
print_var_error(FLERR,"Invalid math function in variable formula",ivar);