summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/m1
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/m1')
-rw-r--r--omegalib/examples/old_test/m16
1 files changed, 0 insertions, 6 deletions
diff --git a/omegalib/examples/old_test/m1 b/omegalib/examples/old_test/m1
deleted file mode 100644
index 1ff50d1..0000000
--- a/omegalib/examples/old_test/m1
+++ /dev/null
@@ -1,6 +0,0 @@
-T1:={[i,j]->[i,j,0]};
-T2:={[i,j]->[i,j,1]};
-R1:={[1:9,1:9]};
-R2:={[5,1:9]};
-codegen T1:R1,T2:R2;
-codegen 2 T1:R1,T2:R2;