mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-tidy
This commit is contained in:
parent
cb1e062e99
commit
b9c5ff816a
@ -465,7 +465,7 @@ std::pair<std::vector<cvf::Vec3d>, std::vector<unsigned>> RifSurfaceImporter::re
|
||||
}
|
||||
}
|
||||
|
||||
if ( surfacePoints.size() == 0 ) return { {}, {} };
|
||||
if ( surfacePoints.empty() ) return { {}, {} };
|
||||
|
||||
// Determine axes vectors
|
||||
std::vector<std::pair<cvf::Vec2d, unsigned>> pairs;
|
||||
|
Loading…
Reference in New Issue
Block a user