mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
(clang-tidy) : modernize-use-nullptr
This commit is contained in:
@@ -88,7 +88,7 @@ RigEclipseWellLogExtractor* RimPltPlotCollection::findOrCreateExtractor(RimWellP
|
||||
{
|
||||
if (!(wellPath && eclCase && wellPath->wellPathGeometry() && eclCase->eclipseCaseData()))
|
||||
{
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
RigEclipseCaseData* eclCaseData = eclCase->eclipseCaseData();
|
||||
@@ -115,7 +115,7 @@ RigGeoMechWellLogExtractor* RimPltPlotCollection::findOrCreateExtractor(RimWellP
|
||||
{
|
||||
if (!(wellPath && geomCase && wellPath->wellPathGeometry() && geomCase->geoMechData()))
|
||||
{
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
RigGeoMechCaseData* geomCaseData = geomCase->geoMechData();
|
||||
|
||||
Reference in New Issue
Block a user