MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / clearOut

Function clearOut

src/dynamicMesh/boundaryMesh/boundaryMesh.C:459–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

boundaryMesh.CFile · 0.70
readFunction · 0.70
readTriSurfaceFunction · 0.70
changeFacesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected