summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/stride1
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/stride1')
-rw-r--r--omegalib/examples/old_test/stride12
1 files changed, 0 insertions, 2 deletions
diff --git a/omegalib/examples/old_test/stride1 b/omegalib/examples/old_test/stride1
deleted file mode 100644
index fc2b727..0000000
--- a/omegalib/examples/old_test/stride1
+++ /dev/null
@@ -1,2 +0,0 @@
-R := { [i] : i < 10 && i > 1 && exists ( alpha : i = 3alpha) };
-codegen R;