aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorknarf <knarf@e296648e-0e4f-0410-bd07-d597d9acff87>2012-12-19 15:12:36 +0000
committerknarf <knarf@e296648e-0e4f-0410-bd07-d597d9acff87>2012-12-19 15:12:36 +0000
commit1c980c2cf1278260feb6bb9b613f8af0b22382ce (patch)
tree2ede115336a741780133ccbceeb823223f939553 /src/make.code.defn
parent076e916c60d9a50dbd84932ae4d891977d21989a (diff)
Fix compiler warnings.
Most of them could be fixed by renaming .F77 files to .F Some had to be fixed by explicitly declaring some variables using CCTK_DECLARE() (which also only works for .F, not for .F77) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@287 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 7e41e8d..7fe7c97 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -4,22 +4,22 @@
# Source files in this directory
SRCS = ParamCheck.c \
Startup.c \
- decode_pars.F77 \
- initialize.F77 \
+ decode_pars.F \
+ initialize.F \
\
slice_initialize.F \
slice_evolve.F \
slice_data.F \
\
- gauge.F77 \
- Bona_Masso_data.F77 \
+ gauge.F \
+ Bona_Masso_data.F \
\
- boost.F77 \
- metric.F77 \
+ boost.F \
+ metric.F \
\
- boundary.F77 \
- blended_boundary.F77 \
- xyz_blended_boundary.F77 \
+ boundary.F \
+ blended_boundary.F \
+ xyz_blended_boundary.F \
linear_extrap_one_bndry.F
# Subdirectories containing source files to be compiled