Skip to content

Commit 5886c9c

Browse files
authored
remove make stuff for sparse jacobian (#1753)
this no longer seems to be available
1 parent af2a944 commit 5886c9c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Make.Microphysics

-11
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,6 @@ ifeq ($(USE_REACT), TRUE)
7272
DEFINES += -DREACTIONS
7373
endif
7474

75-
ifeq ($(USE_REACT_SPARSE_JACOBIAN), TRUE)
76-
DEFINES += -DREACT_SPARSE_JACOBIAN
77-
78-
# The following is sometimes useful to turn on for debugging sparse J indices
79-
# (if a get/set/scale is called with (row, col) not in the sparse J, stop)
80-
# Otherwise, set/scale do nothing, and get returns 0.
81-
ifeq ($(USE_SPARSE_STOP_ON_OOB), TRUE)
82-
DEFINES += -DSPARSE_STOP_ON_OOB
83-
endif
84-
endif
85-
8675
ifeq ($(USE_COMPILE_WITH_F2PY), TRUE)
8776
DEFINES += -DCOMPILE_WITH_F2PY
8877
endif

0 commit comments

Comments
 (0)