ENH: fvMatrix, faMatrix: replace raw pointers with unique_ptr (#3107)

This commit is contained in:
Kutalmis Bercin
2024-02-27 13:40:36 +00:00
committed by Andrew Heather
parent 1cbbcf15d3
commit cd8bc891f0
10 changed files with 78 additions and 78 deletions

View File

@ -272,10 +272,7 @@ while (pimple.correct())
).ptr()
);
deleteDemandDrivenData
(
pEqnComps[phasei].faceFluxCorrectionPtr()
);
pEqnComps[phasei].faceFluxCorrectionPtr(nullptr);
pEqnComps[phasei].relax();
}