Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/amici/solver.h
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ class Solver {
/** interpolation type for the forward problem solution which
* is then used for the backwards problem.
*/
InterpolationType interp_type_ {InterpolationType::hermite};
InterpolationType interp_type_ {InterpolationType::polynomial};

/** maximum number of allowed integration steps */
long int maxsteps_ {10000};
Expand Down