Linux fixes

This commit is contained in:
Jacob Storen
2015-10-14 07:13:45 -07:00
parent 021de1444d
commit 10046eed4a
6 changed files with 8 additions and 8 deletions

View File

@@ -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);