152a25237STobias Grosser if (M >= 11) { 252a25237STobias Grosser for (int c0 = -100; c0 <= 0; c0 += 1) 352a25237STobias Grosser S1(-c0); 4*07b20952STobias Grosser } else { 552a25237STobias Grosser for (int c0 = 0; c0 <= 100; c0 += 1) 652a25237STobias Grosser S1(c0); 7*07b20952STobias Grosser } 8