Skip to content

Commit

Permalink
added "#undef I" to allow 1.0.3 to use SuiteSparse:GraphBLAS 8.3.1 an…
Browse files Browse the repository at this point in the history
…d later
  • Loading branch information
DrTimothyAldenDavis committed Dec 25, 2023
1 parent 7887f54 commit 4cc5103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/LAGraph.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#if defined ( _OPENMP )
#include <omp.h>
#endif
#undef I

// LAGRAPH_MIN/MAX: suitable for integers, and non-NaN floating point
#define LAGRAPH_MIN(x,y) (((x) < (y)) ? (x) : (y))
Expand Down
1 change: 1 addition & 0 deletions include/LAGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#if defined ( _OPENMP )
#include <omp.h>
#endif
#undef I

// LAGRAPH_MIN/MAX: suitable for integers, and non-NaN floating point
#define LAGRAPH_MIN(x,y) (((x) < (y)) ? (x) : (y))
Expand Down

0 comments on commit 4cc5103

Please sign in to comment.