Skip to content

Commit

Permalink
remove some old CXX_REACTION stuff (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored May 17, 2024
1 parent 87d6e69 commit f988690
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions unit_test/burn_cell_primordial_chem/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ USE_MICROPHYSICS_DEBUG = TRUE

EBASE = main

USE_CXX_REACTIONS ?= TRUE

ifeq ($(USE_CXX_REACTIONS),TRUE)
DEFINES += -DCXX_REACTIONS
endif

# define the location of the Microphysics top directory
MICROPHYSICS_HOME := ../..

Expand Down
6 changes: 0 additions & 6 deletions unit_test/test_ase/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ USE_NSE_NET = TRUE
EBASE = main


USE_CXX_REACTIONS ?= TRUE

ifeq ($(USE_CXX_REACTIONS),TRUE)
DEFINES += -DCXX_REACTIONS
endif

# define the location of the Microphysics top directory
MICROPHYSICS_HOME := ../..

Expand Down

0 comments on commit f988690

Please sign in to comment.