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

Function deleteDemandDrivenData

src/OpenFOAM/include/demandDrivenData.H:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39template<class DataPtr>
40inline void deleteDemandDrivenData(DataPtr& dataPtr)
41{
42 if (dataPtr)
43 {
44 delete dataPtr;
45 dataPtr = 0;
46 }
47}
48
49
50// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

Callers 15

sammMesh.CFile · 0.85
clearExtraStorageFunction · 0.85
starMesh.CFile · 0.85
mergeCoupleFacePointsFunction · 0.85
forAllFunction · 0.85
pEqn.HFile · 0.85
pEqn.HFile · 0.85
pEqn.HFile · 0.85
pEqn.HFile · 0.85
pEqn.HFile · 0.85
pEqn.HFile · 0.85
pEqn.HFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected