Skip to content

Commit

Permalink
Change default interpolation method for birate integrator (#12323)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardbachmann committed Apr 26, 2024
1 parent 2757559 commit ae47b04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ int gbode_allocateData(DATA *data, threadData_t *threadData, SOLVER_INFO *solver


if (gbData->multi_rate && omc_flagValue[FLAG_SR_INT]==NULL) {
gbData->interpolation = GB_DENSE_OUTPUT_ERRCTRL;
gbData->interpolation = GB_DENSE_OUTPUT;
} else {
gbData->interpolation = getInterpolationMethod(FLAG_SR_INT);
}
Expand Down

0 comments on commit ae47b04

Please sign in to comment.