mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use resolution enum in contourmaps (#12113)
* Use resolution enum in contourmaps
This commit is contained in:
@@ -146,7 +146,7 @@ double RimGeoMechContourMapProjection::sampleSpacing() const
|
||||
RimGeoMechCase* geoMechCase = this->geoMechCase();
|
||||
if ( geoMechCase )
|
||||
{
|
||||
return m_relativeSampleSpacing * geoMechCase->characteristicCellSize();
|
||||
return sampleSpacingFactor() * geoMechCase->characteristicCellSize();
|
||||
}
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user