summaryrefslogtreecommitdiff
path: root/test-chill/test-cases/chill/test_scale.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'test-chill/test-cases/chill/test_scale.stdout')
-rw-r--r--test-chill/test-cases/chill/test_scale.stdout14
1 files changed, 0 insertions, 14 deletions
diff --git a/test-chill/test-cases/chill/test_scale.stdout b/test-chill/test-cases/chill/test_scale.stdout
deleted file mode 100644
index 049451c..0000000
--- a/test-chill/test-cases/chill/test_scale.stdout
+++ /dev/null
@@ -1,14 +0,0 @@
-for(t2 = 0; t2 <= an-1; t2++) {
- for(t4 = 0; t4 <= bm-1; t4++) {
- s0(t2,t4,0);
- }
-}
-for(t2 = 0; t2 <= 4*an-4; t2 += 4) {
- for(t4 = 0; t4 <= 4*bm-4; t4 += 4) {
- for(t6 = 0; t6 <= ambn-1; t6++) {
- s1(t2/4,t4/4,t6);
- }
- }
-}
-
-