Skip to content

Commit 9347cef

Browse files
committed
changing some tests from f to f90
1 parent c1d19c4 commit 9347cef

File tree

9 files changed

+358
-386
lines changed

9 files changed

+358
-386
lines changed

chem/test/make/makefile_base

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include $(MESA_DIR)/utils/makefile_header
1212
#
1313
# SOURCES
1414

15-
SRCS = test_chem.f
15+
SRCS = test_chem.f90
1616

1717
#################################################################
1818
#
@@ -51,12 +51,12 @@ nodeps : $(.DEFAULT_GOAL)
5151
#
5252
# COMPILATION RULES
5353

54-
%.o: %.f
54+
%.o: %.f90
5555
ifneq ($(QUIET),)
5656
@echo TEST_COMPILE $<
57-
@$(TEST_COMPILE) $(FCfixed) $<
57+
@$(TEST_COMPILE) $(FCfree) $<
5858
else
59-
$(TEST_COMPILE) $(FCfixed) $<
59+
$(TEST_COMPILE) $(FCfree) $<
6060
endif
6161

6262
#################################################################
@@ -65,7 +65,7 @@ endif
6565

6666
SRC_PATH = $(TEST_SRC_DIR)
6767

68-
vpath %.f $(SRC_PATH)
68+
vpath %.f90 $(SRC_PATH)
6969

7070
vpath %.mod $(LOCAL_LIB_DIR):$(MESA_DIR)/include
7171

chem/test/src/test_chem.f

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

0 commit comments

Comments
 (0)