summaryrefslogtreecommitdiff
path: root/test-chill/test-cases/chill/test_shift_to.stdout
blob: 820d83f3229972895ef9cebebeca07fec9631fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
for(t2 = 4; t2 <= an+3; t2++) {
  for(t4 = 0; t4 <= bm-1; t4++) {
    s0(t2-4,t4,0);
    s1(t2-4,t4,0);
    for(t6 = 1; t6 <= ambn-1; t6++) {
      s1(t2-4,t4,t6);
    }
  }
}