aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2009-12-05 16:42:37 +0000
committerschnetter <schnetter@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2009-12-05 16:42:37 +0000
commit1fa89f813a265e21ab4be4d0f467ec511ac1242a (patch)
tree722c2f625429d6dec8f104d0d00e102ed5a25ec1
parent2b1ab2af92b8c90e90600fa9883f4bee05599bc0 (diff)
IOUtil: Advertise that this is the new version of this API
Advertise that this is the new version of this API, which has 'out_dt' arguments in certain IOUtil_* functions: #define IOUTIL_PARSER_HAS_OUT_DT 1 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@275 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--src/ioutil_Utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ioutil_Utils.h b/src/ioutil_Utils.h
index 59db60e..dfedbf4 100644
--- a/src/ioutil_Utils.h
+++ b/src/ioutil_Utils.h
@@ -64,6 +64,10 @@ typedef struct
} ioRequest;
+/* Advertise that this is the new version of this API, which has
+ 'out_dt' arguments in the IOUtil_* functions below */
+#define IOUTIL_PARSER_HAS_OUT_DT 1
+
/* parse a given 'out_vars' parameter string */
void IOUtil_ParseVarsForOutput (const cGH *GH, const char *method_name,
const char *parameter_name,