aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-11-02 10:04:06 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-11-02 10:04:06 +0000
commitadcc184a3284cab075d3f5386763de9e05c03039 (patch)
tree4295da4ba885bec06cf654dba1f38cb03829bae6 /src/make.code.defn
parent8a95f422744fd805afb1da4977b46593feb10655 (diff)
Added options needed by Cartoon
bitant_plane = "xy" "xz" "yz" (default "xy") no_originx = "yes" "no" (default "yes") no_originy = "yes" "no" (default "yes") no_originz = "yes" "no" (default "yes") The logic is that if no_origin = "yes" *and* no_origin? = "yes" then the coordinates will avoid the origin, so if you don't want one particular coordinate to avoid the origin you put e.g. no_originx = "no" At the moment this only works in bitant. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@77 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index eeb7346..719323f 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,7 +2,8 @@
# $Header$
# Source files in this directory
-SRCS = CartGrid3D.c\
+SRCS = Bitant.c\
+ CartGrid3D.c\
GHExtension.c\
ParamCheck.c\
Startup.c\