Skip to content

Commit

Permalink
remove unused macros in trilinos vector
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Jan 18, 2025
1 parent d8404d3 commit 98a4aa4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/nvector/trilinos/nvector_trilinos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@

#include "sundials_macros.h"

#define ZERO SUN_RCONST(0.0)
#define HALF SUN_RCONST(0.5)
#define ONE SUN_RCONST(1.0)
#define ONEPT5 SUN_RCONST(1.5)
#define ZERO SUN_RCONST(0.0)
#define ONE SUN_RCONST(1.0)

/*
* -----------------------------------------------------------------
Expand Down

0 comments on commit 98a4aa4

Please sign in to comment.