3D view info box is up to speed.

This completes #291 feature wise
Statistics is now pr result address and not pr. Part-result Address
This commit is contained in:
Jacob Støren
2015-06-04 16:10:02 +02:00
parent e6231c0601
commit 00796b3fb4
8 changed files with 216 additions and 232 deletions

View File

@@ -237,7 +237,7 @@ void RivFemPartPartMgr::updateCellResultColor(size_t timeStepIndex, RimGeoMechRe
RigFemResultAddress resVarAddress(resPosType, fieldName.toStdString(), compName.toStdString());
const std::vector<float>& resultValues = caseData->femPartResults()->resultValues(resVarAddress, m_gridIdx, timeStepIndex);
const std::vector<float>& resultValues = caseData->femPartResults()->resultValues(resVarAddress, m_gridIdx, (int)timeStepIndex);
const std::vector<size_t>* vxToResultMapping = NULL;