mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add MacOS build support
This commit is contained in:
@@ -110,7 +110,7 @@ bool RigConnection::hasCommonArea() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RigConnection::operator==( const RigConnection& rhs )
|
||||
bool RigConnection::operator==( const RigConnection& rhs ) const
|
||||
{
|
||||
return m_c1GlobIdx == rhs.m_c1GlobIdx && m_c2GlobIdx == rhs.m_c2GlobIdx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user