Go to the documentation of this file.
5for (
int c0 = 3;
c0 <= 10;
c0 += 1) {
6 if ((
c0 + 1) % 3 == 0) {
7 S3(
c0, (
c0 - 2) / 3, (
c0 + 1) / 3, (
c0 + 1) / 3);
8 }
else if (
c0 % 3 == 0) {
11 S2(
c0, (
c0 - 1) / 3, (
c0 + 2) / 3, (
c0 - 1) / 3);