Skip to content

Commit

Permalink
Add setstepdirection back
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Roberts committed Oct 29, 2024
1 parent 669daa0 commit 63043ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sundials/sundials_stepper_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ struct SUNStepper_Ops_
SUNStepperFullRhsFn fullrhs;
SUNStepperResetFn reset;
SUNStepperSetStopTimeFn setstoptime;
SUNStepperSetStepDirectionFn setstepdirection;
SUNStepperSetForcingFn setforcing;
SUNStepperDestroyFn destroy;
};
Expand Down

0 comments on commit 63043ee

Please sign in to comment.