blob: 855a9bbcb9652f45e9007cfc3e73b8ea4b8e348d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# language: C
c
# Context
1 3
# M 1
1 0 1
0
1 # Number of statements
1
# {i,j,N | i=1; 2j-1<=N<=2j}
3 5
# i j M 1
0 1 0 0 -1
1 0 2 -1 0
1 0 -2 1 1
0 0 0
0
0 # Scattering functions
|