Skip to content

Commit

Permalink
Remove unused cvRoberts_sps macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Roberts committed Jan 18, 2025
1 parent 0942278 commit a999e94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/cvodes/serial/cvsRoberts_sps.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
#define TMULT SUN_RCONST(10.0) /* output time factor */
#define NOUT 12 /* number of output times */

#define ZERO SUN_RCONST(0.0)

/* Functions Called by the Solver */

static int f(sunrealtype t, N_Vector y, N_Vector ydot, void* user_data);
Expand Down

0 comments on commit a999e94

Please sign in to comment.