aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-11-17 14:55:50 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-11-17 14:55:50 +0000
commitac099068da91d9528088af849caa7aa2e6e1758a (patch)
treef8837bb58d475eb0492f4a6a604a0d51bba94423 /src/make.code.defn
parentd72eb352c6182603bde73125f71c4313f22cea28 (diff)
Modified Files:
make.code.defn Added Files: Bona_Masso_data.F77 blended_boundary.F77 boundary.F77 decode_pars.F77 gauge.F77 initialize.F77 metric.F77 xyz_blended_boundary.F77 Removed Files: Bona_Masso_data.F blended_boundary.F boundary.F decode_pars.F gauge.F initialize.F metric.F xyz_blended_boundary.F Rename files which really are Fortran 77 from foo.F (= Cactus Fortran 90 fixed form) to foo.F77 (= Fortran 77) This means they're now compiled with a Fortran 77 compiler. This should make no difference to the semantics (they were already Fortran 77 code), but makes it easier to compile this thorn on platforms which have a Fortran 77 compiler but no Fortran 90 compiler. Also small bugfix: blended_boundary.F --> .F77 xyz_blended_boundary.F --> .F77 * change declaration of ierr from CCTK_REAL --> integer git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@135 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 136b470..54d7eef 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -4,20 +4,20 @@
# Source files in this directory
SRCS = ParamCheck.c \
Startup.c \
- decode_pars.F \
- initialize.F \
+ decode_pars.F77 \
+ initialize.F77 \
\
slice_initialize.F \
slice_evolve.F \
slice_data.F \
\
- gauge.F \
- Bona_Masso_data.F \
- metric.F \
+ gauge.F77 \
+ Bona_Masso_data.F77 \
+ metric.F77 \
\
- boundary.F \
- blended_boundary.F \
- xyz_blended_boundary.F \
+ boundary.F77 \
+ blended_boundary.F77 \
+ xyz_blended_boundary.F77 \
linear_extrap_one_bndry.F
# Subdirectories containing source files to be compiled