| 30 | // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // |
| 31 | |
| 32 | void Foam::surfMesh::removeZones() |
| 33 | { |
| 34 | if (debug) |
| 35 | { |
| 36 | InfoInFunction << "Removing surface zones." << endl; |
| 37 | } |
| 38 | |
| 39 | // Remove the surface zones |
| 40 | storedZones().clear(); |
| 41 | |
| 42 | clearOut(); |
| 43 | } |
| 44 | |
| 45 | |
| 46 | // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // |
no test coverage detected