This commit is contained in:
Magne Sjaastad
2016-09-08 10:43:26 +02:00
parent 0f88475fd8
commit 1180db39f7
3 changed files with 7 additions and 7 deletions

View File

@@ -644,7 +644,7 @@ RigFemScalarResultFrames* RigFemPartResultsCollection::calculateDerivedResult(in
if (resVarAddr.resultPosType == RIG_FORMATION_NAMES)
{
RigFemScalarResultFrames* resFrames = m_femPartResults[partIndex]->createScalarResult(resVarAddr);
resFrames->setSingleFrameResultData();
resFrames->enableAsSingleFrameResult();
const RigFemPart * femPart = m_femParts->part(partIndex);
std::vector<float>& dstFrameData = resFrames->frameData(0);