aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsai <sai@eec4d7dc-71c2-46d6-addf-10296150bf52>1999-11-19 10:26:58 +0000
committersai <sai@eec4d7dc-71c2-46d6-addf-10296150bf52>1999-11-19 10:26:58 +0000
commitd8abcb8cae9a2b7e5ea364a1193a54185e31a028 (patch)
treeeed3676092eafdb7b9bf5f259f0bd263e7752a5d /src
parent8fe9c3a66c1dc44e137e176ff5018f4d8d65eb4d (diff)
Header file.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@7 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'src')
-rw-r--r--src/include/cartoon2D.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/cartoon2D.h b/src/include/cartoon2D.h
new file mode 100644
index 0000000..034d577
--- /dev/null
+++ b/src/include/cartoon2D.h
@@ -0,0 +1,5 @@
+/* tensor types */
+#define TENSOR_TYPE_SCALAR 0
+#define TENSOR_TYPE_U 1
+#define TENSOR_TYPE_DDSYM 2
+#define N_TENSOR_TYPES 3