152a25237STobias Grosser for (int c0 = 0; c0 < Ncl; c0 += 1) { 252a25237STobias Grosser if (Ncl >= c0 + 2 && c0 >= 1) { 352a25237STobias Grosser S(c0, 28); 452a25237STobias Grosser } else if (c0 == 0) { 552a25237STobias Grosser S(0, 26); 6*07b20952STobias Grosser } else { 752a25237STobias Grosser S(Ncl - 1, 27); 852a25237STobias Grosser } 9*07b20952STobias Grosser } 10