mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-20 11:48:35 -06:00
Fix build warnings in RivHexGridIntersectionTools
This commit is contained in:
parent
9c56eae0a5
commit
e571d2365c
@ -210,7 +210,10 @@ public:
|
||||
: m_count( 8 )
|
||||
, m_vxIds( vxIds )
|
||||
{
|
||||
std::copy( explicitWeights.begin(), explicitWeights.end(), m_weights.begin() );
|
||||
for ( size_t i = 0; i < 8; ++i )
|
||||
{
|
||||
m_weights[i] = static_cast<float>( explicitWeights[i] );
|
||||
}
|
||||
}
|
||||
|
||||
int size() const
|
||||
|
Loading…
Reference in New Issue
Block a user