diff --git a/Make.Microphysics b/Make.Microphysics index 3cfab8b61..03748d255 100644 --- a/Make.Microphysics +++ b/Make.Microphysics @@ -72,17 +72,6 @@ ifeq ($(USE_REACT), TRUE) DEFINES += -DREACTIONS endif -ifeq ($(USE_REACT_SPARSE_JACOBIAN), TRUE) - DEFINES += -DREACT_SPARSE_JACOBIAN - - # The following is sometimes useful to turn on for debugging sparse J indices - # (if a get/set/scale is called with (row, col) not in the sparse J, stop) - # Otherwise, set/scale do nothing, and get returns 0. - ifeq ($(USE_SPARSE_STOP_ON_OOB), TRUE) - DEFINES += -DSPARSE_STOP_ON_OOB - endif -endif - ifeq ($(USE_COMPILE_WITH_F2PY), TRUE) DEFINES += -DCOMPILE_WITH_F2PY endif