| 34 | // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // |
| 35 | |
| 36 | void Foam::polyMesh::removeBoundary() |
| 37 | { |
| 38 | if (debug) |
| 39 | { |
| 40 | InfoInFunction << "Removing boundary patches." << endl; |
| 41 | } |
| 42 | |
| 43 | // Remove the point zones |
| 44 | boundary_.clear(); |
| 45 | boundary_.setSize(0); |
| 46 | |
| 47 | clearOut(); |
| 48 | } |
| 49 | |
| 50 | |
| 51 | // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // |
no test coverage detected