From 923edc945d00b075ff29a1e9b862d317aaebddbc Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Thu, 13 Feb 2025 08:31:14 -0500 Subject: [PATCH] remove make stuff for sparse jacobian this no longer seems to be available --- Make.Microphysics | 11 ----------- 1 file changed, 11 deletions(-) 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