Skip to content

Commit

Permalink
Remove more macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Roberts committed Jan 18, 2025
1 parent 51a3d8e commit 967718e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/cvodes/serial/cvsRoberts_FSA_klu.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
#define TMULT SUN_RCONST(10.0) /* output time factor */
#define NOUT 12 /* number of output times */

#define NP 3 /* number of problem parameters */
#define NS 3 /* number of sensitivities computed */

#define ZERO SUN_RCONST(0.0)
Expand Down
2 changes: 0 additions & 2 deletions examples/cvodes/serial/cvsRoberts_klu.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 967718e

Please sign in to comment.