mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linux fixes
This commit is contained in:
@@ -246,7 +246,7 @@ void RivGeoMechVizLogic::calculateCurrentTotalCellVisibility(cvf::UByteArray* to
|
||||
if (gridCount == 0) return;
|
||||
|
||||
RigFemPart* part = m_geomechView->geoMechCase()->geoMechData()->femParts()->part(0);
|
||||
size_t elmCount = part->elementCount();
|
||||
int elmCount = part->elementCount();
|
||||
|
||||
totalVisibility->resize(elmCount);
|
||||
totalVisibility->setAll(false);
|
||||
|
||||
Reference in New Issue
Block a user