Commit 9b2abe6 1 parent 369afb6 commit 9b2abe6 Copy full SHA for 9b2abe6
File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,6 @@ include $(MICROPHYSICS_UTIL_PATH)/Make.package
7
7
8
8
ifeq ($(USE_REACT), TRUE)
9
9
10
- # for backwards compatibility
11
- DEFINES += -DNETWORK_HAS_CXX_IMPLEMENTATION
12
-
13
- ifeq ($(INTEGRATOR_DIR), VODE90)
14
- override INTEGRATOR_DIR = VODE
15
- $(warning VODE90 has been renamed VODE)
16
- endif
17
-
18
- ifeq ($(INTEGRATOR_DIR), VODE)
19
- ifeq ($(USE_CLEANED_CORRECTOR), TRUE)
20
- DEFINES += -DCLEAN_INTEGRATOR_CORRECTION
21
- endif
22
- endif
23
-
24
10
VPATH_LOCATIONS += $(MICROPHYSICS_HOME)/networks
25
11
26
12
CEXE_headers += rhs.H
@@ -98,8 +84,6 @@ AUTO_BUILD_SOURCES += $(NETWORK_OUTPUT_PATH)/network_properties.H
98
84
net_prop_debug: $(NETWORK_OUTPUT_PATH)/network_properties.H
99
85
100
86
ifneq ($(NETWORK_DIR), general_null)
101
- $(NETWORK_OUTPUT_PATH)/network_properties.F90: $(NETWORK_OUTPUT_PATH)/network_properties.H
102
-
103
87
NAUX := $(shell PYTHONPATH=$(MICROPHYSICS_HOME)/networks/general_null $(MICROPHYSICS_HOME)/networks/get_naux.py --microphysics_path "$(MICROPHYSICS_HOME)" --defines "$(DEFINES)" --net "$(NETWORK_DIR)")
104
88
DEFINES += "-DNAUX_NET=$(NAUX)"
105
89
You can’t perform that action at this time.
0 commit comments