aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-07-26 12:06:42 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-07-26 12:06:42 +0000
commit4f3c1c295f3509bc6364bc478f012a65e2515126 (patch)
tree6b9926c6131462e71d5221ac7b9f056ddd6bbd08 /src/make.code.defn
parentf00078afdd65ccbbdb338982839288e2fc7f5c4b (diff)
Two changes to CartGrid3D:
1) Changed fortran files to Fortran 77 . Unfortunately doesn't compile with g77 which complains about the way that 3D arrays are passed, although it is standard f77. Sometime the F77 routines will be comnverted to C 2) Started to make CartGrid3D independent of dimension. Now the calls to set and apply symmetries are independent of dimension. This means that instead of SetSymmetry(...,sx,sy,sz,....) we now have the call sym(1) = sx sym(2) = sy sym(3) = sz SetCartSymmetry(...,sym,....) (note the name change too). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@39 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 6d823eb..d0bbdcf 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,12 +2,12 @@
# $Header$
# Source files in this directory
-SRCS = CartGrid3D.F\
+SRCS = CartGrid3D.F77\
GHExtension.c\
- ParamCheck.F\
+ ParamCheck.F77\
Startup.c\
Symmetry.c\
- SymmetryCondition.F
+ SymmetryCondition.F77
# Subdirectories containing source files
SUBDIRS =