| 534 | |
| 535 | |
| 536 | void faceZoneSet::writeDebug |
| 537 | ( |
| 538 | Ostream& os, |
| 539 | const primitiveMesh& mesh, |
| 540 | const label maxLen |
| 541 | ) const |
| 542 | { |
| 543 | faceSet::writeDebug(os, mesh, maxLen); |
| 544 | } |
| 545 | |
| 546 | |
| 547 | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // |
no test coverage detected