mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(clang-tidy) : modernize-use-nullptr
This commit is contained in:
@@ -35,7 +35,7 @@ int RigHexIntersectionTools::lineHexCellIntersection(const cvf::Vec3d p1,
|
||||
const size_t hexIndex,
|
||||
std::vector<HexIntersectionInfo>* intersections)
|
||||
{
|
||||
CVF_ASSERT(intersections != NULL);
|
||||
CVF_ASSERT(intersections != nullptr);
|
||||
|
||||
std::set<HexIntersectionInfo> uniqueIntersections;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user