Skip to content

Commit

Permalink
Fix default value handling
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Apr 22, 2024
1 parent b6d5add commit 40fa996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/param.c
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ int set_paramptr(FILE* paramfile)
}
else
{
g_P[YP_PARAM_MAX_TIME_JUMP_NEG][j] = g_P[YP_PARAM_CYCLE][j];
g_P[YP_PARAM_MAX_TIME_JUMP_NEG][0] = g_P[YP_PARAM_CYCLE][0];
}

if (param_error)
Expand Down

0 comments on commit 40fa996

Please sign in to comment.