Skip to content

Commit a69e274

Browse files
committed
modernize op_eval.f90
1 parent 559e706 commit a69e274

File tree

4 files changed

+535
-585
lines changed

4 files changed

+535
-585
lines changed

kap/make/makefile_base

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SRCS = \
2222
op_ev.f \
2323
op_osc.f \
2424
op_radacc.f \
25-
op_eval.f \
25+
op_eval.f90 \
2626
op_eval_mombarg.f90 \
2727
kap_eval_support.f90 \
2828
condint.f90 \
@@ -84,22 +84,6 @@ COMPILE_CMD = $(COMPILE)
8484

8585
COMPILE_LEGACY_NOCHECKS = $(filter-out -std=f2008, $(COMPILE_NO_CHECKS))
8686

87-
op_eval.o : op_eval.f
88-
ifneq ($(QUIET),)
89-
@echo COMPILE_NO_CHECKS $<
90-
@$(COMPILE_NO_CHECKS) $(FCfixed) $<
91-
else
92-
$(COMPILE_NO_CHECKS) $(FCfixed) $<
93-
endif
94-
95-
conduction.o : conduction.f
96-
ifneq ($(QUIET),)
97-
@echo COMPILE_NO_CHECKS $<
98-
@$(COMPILE_NO_CHECKS) $(FCfree) $<
99-
else
100-
$(COMPILE_NO_CHECKS) $(FCfree) $<
101-
endif
102-
10387
op_load.o op_common.o op_ev.o op_osc.o op_radacc.o : %.o : %.f
10488
ifneq ($(QUIET),)
10589
@echo COMPILE_LEGACY_NOCHECKS $<

0 commit comments

Comments
 (0)