diff --git a/src/variable.cpp b/src/variable.cpp index 1d020241e7..7ea6f4d0a9 100644 --- a/src/variable.cpp +++ b/src/variable.cpp @@ -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);