summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/m12
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/m12')
-rw-r--r--omegalib/examples/old_test/m128
1 files changed, 0 insertions, 8 deletions
diff --git a/omegalib/examples/old_test/m12 b/omegalib/examples/old_test/m12
deleted file mode 100644
index 2f1101f..0000000
--- a/omegalib/examples/old_test/m12
+++ /dev/null
@@ -1,8 +0,0 @@
-symbolic n,m;
-I1 := {[1,1:n,1:m,0]};
-I2 := {[2,1:n,0,0]};
-I3 := {[3,1:m,1,1:n]};
-I4 := {[3,1:m,2,1:n]};
-I5 := {[4,1:m,0,0]};
-codegen I1;
-codegen I1,I1,I2,I2,I3,I3,I4,I4,I5,I5;