aboutsummaryrefslogtreecommitdiff
path: root/src/Cartoon2D_tensors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cartoon2D_tensors.h')
-rw-r--r--src/Cartoon2D_tensors.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Cartoon2D_tensors.h b/src/Cartoon2D_tensors.h
index 29c72ec..bbb4fa8 100644
--- a/src/Cartoon2D_tensors.h
+++ b/src/Cartoon2D_tensors.h
@@ -6,11 +6,6 @@
#define TENSORTYPE_U 1
#define TENSORTYPE_DDSYM 2
-/* Number of components */
-#define N_TENSORTYPE_SCALAR 1
-#define N_TENSORTYPE_U 3
-#define N_TENSORTYPE_DDSYM 6
-
/* Prolongation methods */
#define PROLONG_LAGRANGE 1
#define PROLONG_ENO 2