Skip to content

Commit

Permalink
remove unused macros in PETSc SNES test
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jan 18, 2025
1 parent 98a4aa4 commit cf191f5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@

#if defined(SUNDIALS_EXTENDED_PRECISION)
#define GSYM "Lg"
#define ESYM "Le"
#define FSYM "Lf"
#else
#define GSYM "g"
#define ESYM "e"
#define FSYM "f"
#endif

#define NEQ 3 /* number of equations */
Expand Down

0 comments on commit cf191f5

Please sign in to comment.