| 457 | |
| 458 | |
| 459 | void Foam::boundaryMesh::clearOut() |
| 460 | { |
| 461 | if (meshPtr_) |
| 462 | { |
| 463 | delete meshPtr_; |
| 464 | |
| 465 | meshPtr_ = nullptr; |
| 466 | } |
| 467 | } |
| 468 | |
| 469 | |
| 470 | // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // |
no outgoing calls
no test coverage detected