summaryrefslogtreecommitdiff
path: root/test-chill/test-cases/chill/test_skew.stdout
diff options
context:
space:
mode:
authorDerick Huth <derickhuth@gmail.com>2015-09-24 11:34:04 -0600
committerDerick Huth <derickhuth@gmail.com>2015-09-24 11:34:04 -0600
commit99c062c028c7f4e94fb38cde50772cfd3ea5ad3b (patch)
tree2d86a6d5a9b7dadd88ee83f9fc0f576a4ce1d451 /test-chill/test-cases/chill/test_skew.stdout
parentc285135eb903c31cd221f90f03e288a6b67770cd (diff)
downloadchill-99c062c028c7f4e94fb38cde50772cfd3ea5ad3b.tar.gz
chill-99c062c028c7f4e94fb38cde50772cfd3ea5ad3b.tar.bz2
chill-99c062c028c7f4e94fb38cde50772cfd3ea5ad3b.zip
v0.2.1
Diffstat (limited to 'test-chill/test-cases/chill/test_skew.stdout')
-rw-r--r--test-chill/test-cases/chill/test_skew.stdout22
1 files changed, 0 insertions, 22 deletions
diff --git a/test-chill/test-cases/chill/test_skew.stdout b/test-chill/test-cases/chill/test_skew.stdout
deleted file mode 100644
index a1b36f8..0000000
--- a/test-chill/test-cases/chill/test_skew.stdout
+++ /dev/null
@@ -1,22 +0,0 @@
-for(t2 = 0; t2 <= 4*an-4; t2++) {
- for(t4 = 0; t4 <= bm-1; t4++) {
- if (an >= t2+1) {
- s0(t2,t4,0);
- if (intMod(t2,4) == 0) {
- s1(t2/4,t4,0);
- }
- }
- else {
- if (intMod(t2,4) == 0) {
- s1(t2/4,t4,0);
- }
- }
- if (intMod(t2,4) == 0) {
- for(t6 = 1; t6 <= ambn-1; t6++) {
- s1(t2/4,t4,t6);
- }
- }
- }
-}
-
-