Skip to content

Commit 6af4cfc

Browse files
authored
modernize op_ev (#794)
1 parent 3fc7f88 commit 6af4cfc

File tree

3 files changed

+229
-246
lines changed

3 files changed

+229
-246
lines changed

kap/make/makefile_base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SRCS = \
1919
op_load.f \
2020
op_load_master.f90 \
2121
op_common.f \
22-
op_ev.f \
22+
op_ev.f90 \
2323
op_osc.f \
2424
op_radacc.f \
2525
op_eval.f90 \
@@ -84,7 +84,7 @@ COMPILE_CMD = $(COMPILE)
8484

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

87-
op_load.o op_common.o op_ev.o op_osc.o op_radacc.o : %.o : %.f
87+
op_load.o op_common.o op_osc.o op_radacc.o : %.o : %.f
8888
ifneq ($(QUIET),)
8989
@echo COMPILE_LEGACY_NOCHECKS $<
9090
@$(COMPILE_LEGACY_NOCHECKS) $(FCfixed) $<

kap/private/op_ev.f

Lines changed: 0 additions & 244 deletions
This file was deleted.

0 commit comments

Comments
 (0)