Skip to content

Commit

Permalink
Merge branch 'development' into remove_old_fortran_make
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Jan 14, 2025
2 parents 86dc5de + aeef432 commit 9e4f552
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
16 changes: 0 additions & 16 deletions networks/Make.package
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@ include $(MICROPHYSICS_UTIL_PATH)/Make.package

ifeq ($(USE_REACT), TRUE)

# for backwards compatibility
DEFINES += -DNETWORK_HAS_CXX_IMPLEMENTATION

ifeq ($(INTEGRATOR_DIR), VODE90)
override INTEGRATOR_DIR = VODE
$(warning VODE90 has been renamed VODE)
endif

ifeq ($(INTEGRATOR_DIR), VODE)
ifeq ($(USE_CLEANED_CORRECTOR), TRUE)
DEFINES += -DCLEAN_INTEGRATOR_CORRECTION
endif
endif

VPATH_LOCATIONS += $(MICROPHYSICS_HOME)/networks

CEXE_headers += rhs.H
Expand Down Expand Up @@ -98,8 +84,6 @@ AUTO_BUILD_SOURCES += $(NETWORK_OUTPUT_PATH)/network_properties.H
net_prop_debug: $(NETWORK_OUTPUT_PATH)/network_properties.H

ifneq ($(NETWORK_DIR), general_null)
$(NETWORK_OUTPUT_PATH)/network_properties.F90: $(NETWORK_OUTPUT_PATH)/network_properties.H

NAUX := $(shell PYTHONPATH=$(MICROPHYSICS_HOME)/networks/general_null $(MICROPHYSICS_HOME)/networks/get_naux.py --microphysics_path "$(MICROPHYSICS_HOME)" --defines "$(DEFINES)" --net "$(NETWORK_DIR)")
DEFINES += "-DNAUX_NET=$(NAUX)"

Expand Down
3 changes: 0 additions & 3 deletions unit_test/test_aprox_rates/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ void main_main ()
// for C++
plot_t vars;

// for F90
Vector<std::string> varnames;

// C++ test
vars = init_variables();

Expand Down
3 changes: 0 additions & 3 deletions unit_test/test_conductivity/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ void main_main ()
// for C++
plot_t vars;

// for F90
Vector<std::string> varnames;

// C++ test
vars = init_variables();

Expand Down

0 comments on commit 9e4f552

Please sign in to comment.