mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
CppCheck : Add const
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
bool operator<(const LocationForNewFracture& loc)
|
||||
bool operator<(const LocationForNewFracture& loc) const
|
||||
{
|
||||
return measuredDepth < loc.measuredDepth;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user