This commit is contained in:
Axel Kohlmeyer
2023-06-20 16:17:11 -04:00
parent fcc3c99e2b
commit 6d6f57aeff

View File

@ -3658,7 +3658,6 @@ int Variable::math_function(char *word, char *contents, Tree **tree, Tree **tree
print_var_error(FLERR,"Invalid math function in variable formula",ivar);
double value;
if (update->ntimestep < ivalue1) value = ivalue1;
//else if (update->ntimestep <= ivalue3) {
else {
value = ivalue1;
double logsp = ivalue1;