mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add static cast from size_t to int
This commit is contained in:
parent
803c0f7ab0
commit
ec990b5e2c
@ -42,7 +42,7 @@ int RigReservoirGridTools::gridCount(RimCase* rimCase)
|
||||
|
||||
if (eclipseMainGrid)
|
||||
{
|
||||
return eclipseMainGrid->gridCount();
|
||||
return static_cast<int>(eclipseMainGrid->gridCount());
|
||||
}
|
||||
else if (geoMechPartCollection)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user