Return the mapped index
| 193 | |
| 194 | // Return the mapped index |
| 195 | inline label mapij(const int map, const label i, const label j) |
| 196 | { |
| 197 | return signIndex(map, mag(map) == 1 ? i : j); |
| 198 | } |
| 199 | |
| 200 | // Return the face point index |
| 201 | inline label facePoint |
no test coverage detected