| 314 | |
| 315 | |
| 316 | void cellZoneSet::writeDebug |
| 317 | ( |
| 318 | Ostream& os, |
| 319 | const primitiveMesh& mesh, |
| 320 | const label maxLen |
| 321 | ) const |
| 322 | { |
| 323 | cellSet::writeDebug(os, mesh, maxLen); |
| 324 | } |
| 325 | |
| 326 | |
| 327 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // |
no test coverage detected