blob: f476185713c3f36df85ac44c81a49e5c5ffc7f7d [file] [log] [blame]
{
for (int c1 = 1; c1 <= M; c1 += 1)
for (int c3 = 1; c3 <= M; c3 += 1)
S1(c1, c3);
for (int c1 = 1; c1 <= M; c1 += 1)
for (int c3 = 1; c3 <= M; c3 += 1)
S2(c1, c3);
for (int c1 = 1; c1 <= M; c1 += 1)
for (int c3 = 1; c3 <= M; c3 += 1)
S3(c1, c3);
}