summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-02 13:39:14 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-02 13:39:14 +0000
commite3ef67841aefe19f46c9687201dde7169b0fb358 (patch)
tree3b0123cb28c9e86a0397d3737c2773d5e0333237
parent32f80d71dc04282c59aa7143213ff08bbcfd27ca (diff)
Files for routines for variables (CCTK_GetVarNum)
git-svn-id: http://svn.cactuscode.org/flesh/trunk@179 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/main/Variables.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/Variables.c b/src/main/Variables.c
new file mode 100644
index 00000000..8cb918ac
--- /dev/null
+++ b/src/main/Variables.c
@@ -0,0 +1,18 @@
+ /*@@
+ @file Variables.c
+ @date Tue Feb 2
+ @author Gab Allen
+ @desc
+ Routines to deal with variables.
+ @enddesc
+ @@*/
+
+#include"flesh.h"
+
+static char *rcsid = "$Id:";
+
+int CCTK_GetVarNum(cGH *GH, const char *group)
+{
+ return 0;
+}
+