diff options
Diffstat (limited to 'test/reservoir/loechner4.c.ppl')
-rw-r--r-- | test/reservoir/loechner4.c.ppl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/reservoir/loechner4.c.ppl b/test/reservoir/loechner4.c.ppl deleted file mode 100644 index f4bf9ef..0000000 --- a/test/reservoir/loechner4.c.ppl +++ /dev/null @@ -1,11 +0,0 @@ -/* Generated from ././reservoir/loechner4.cloog by CLooG 0.15 64 bits in 0.02s. */ -for (c2=2;c2<=2*M;c2++) { - for (c4=1;c4<=M;c4++) { - for (c6=1;c6<=M;c6++) { - for (c8=max(c2-M,1);c8<=min(c2-1,M);c8++) { - l = c2-c8 ; - S1(i = c6,j = c4,k = c8) ; - } - } - } -} |