Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed May 6, 2024
1 parent 381a90c commit 536c14b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/sundials/sundials_stepper_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ extern "C" {
#endif

typedef struct SUNStepper_Ops_s* SUNStepper_Ops;
typedef struct SUNStepper_PrivOps_s* SUNStepper_PrivOps;

struct SUNStepper_Ops_s
{
Expand Down Expand Up @@ -52,12 +51,6 @@ struct SUNStepper_s
/* fused op workspace */
sunrealtype* fused_scalars;
N_Vector* fused_vectors;

/* Space requirements */
sunindextype lrw1; /* no. of sunrealtype words in 1 N_Vector */
sunindextype liw1; /* no. of integer words in 1 N_Vector */
long int lrw; /* no. of sunrealtype words in work vectors */
long int liw; /* no. of integer words in work vectors */
};

#ifdef __cplusplus
Expand Down

0 comments on commit 536c14b

Please sign in to comment.