Skip to content

Commit

Permalink
Reorder header for better diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Roberts committed Sep 28, 2024
1 parent a192243 commit aa1aff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/sundials/sundials_stepper.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ SUNDIALS_EXPORT
SUNErrCode SUNStepper_SetGetStepDirectionFn(SUNStepper stepper,
SUNStepperGetStepDirectionFn fn);

SUNDIALS_EXPORT SUNErrCode SUNStepper_SetForcingFn(SUNStepper stepper,
SUNStepperSetForcingFn fn);

SUNDIALS_EXPORT
SUNErrCode SUNStepper_Evolve(SUNStepper stepper, sunrealtype t0,
sunrealtype tout, N_Vector y, sunrealtype* tret);
Expand All @@ -122,9 +125,6 @@ SUNErrCode SUNStepper_Reset(SUNStepper stepper, sunrealtype tR, N_Vector yR);
SUNDIALS_EXPORT
SUNErrCode SUNStepper_SetStopTime(SUNStepper stepper, sunrealtype tstop);

SUNDIALS_EXPORT SUNErrCode SUNStepper_SetForcingFn(SUNStepper stepper,
SUNStepperSetForcingFn fn);

SUNDIALS_EXPORT
SUNErrCode SUNStepper_SetStepDirection(SUNStepper stepper, sunrealtype stepdir);

Expand Down

0 comments on commit aa1aff4

Please sign in to comment.