| 46 | // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // |
| 47 | |
| 48 | void Foam::surfMesh::clearGeom() |
| 49 | { |
| 50 | if (debug) |
| 51 | { |
| 52 | InfoInFunction << "Clearing geometric data" << endl; |
| 53 | } |
| 54 | |
| 55 | MeshReference::clearGeom(); |
| 56 | } |
| 57 | |
| 58 | |
| 59 | void Foam::surfMesh::clearAddressing() |
no outgoing calls
no test coverage detected