aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authortradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-08-01 11:38:17 +0000
committertradke <tradke@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-08-01 11:38:17 +0000
commit1ec7c99cb05a7a5dde7ed81fbc185be658822bda (patch)
tree40ea9282884da6a01d6cbae0eea39cc0968abb8f /src/make.code.defn
parentad7050ddb6009847f4b345dbb6c32e1e02e54466 (diff)
For info output, you can now specify the reduction values to print by setting
IOBasic::outInfo_reductions or add an option string to the variable name in IOBasic::outInfo_vars. Scalar variables will be output by their value. The option string syntax is IOBasic::outInfo_vars = "var1[reductions=<minimum maximum>] var2" and might still change slightly in the future. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@96 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index bf9e62d..b28bd34 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -3,13 +3,7 @@
# Source files in this directory
SRCS = Startup.c \
- GHExtension.c \
- Output.c \
+ OutputScalar.c \
OutputInfo.c \
- Write.c \
- WriteGF.c \
+ WriteScalar.c \
WriteInfo.c
-
-# Subdirectories containing source files
-SUBDIRS =
-