| 490 | chiP[ft] list.) */ |
| 491 | int trivial_sigma[NUM_FIELD_COMPONENTS][5]; |
| 492 | FOR_COMPONENTS(c) FOR_DIRECTIONS(d) { trivial_sigma[c][d] = true; } |
| 493 | for (int i = 0; i < num_chunks; i++) { |
| 494 | const susceptibility *newsus = chunks[i]->chiP[ft]; |
| 495 | FOR_FT_COMPONENTS(ft, c) FOR_DIRECTIONS(d) { |
no test coverage detected