mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Add missing default sections of switch statements
This commit is contained in:
parent
70faea56df
commit
34c6e3d906
@ -281,6 +281,8 @@ RigFemScalarResultFrames* RigFemPartResultsCollection::findOrLoadScalarResult(in
|
||||
case RIG_INTEGRATION_POINT:
|
||||
m_readerInterface->readIntegrationPointField(resVarAddr.fieldName, partIndex, stepIndex, fIdx, &componentDataVectors);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1998,6 +2000,8 @@ std::vector< RigFemResultAddress> RigFemPartResultsCollection::getResAddrToCompo
|
||||
case RIG_INTEGRATION_POINT:
|
||||
fieldAndComponentNames = m_readerInterface->scalarIntegrationPointFieldAndComponentNames();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
std::vector< RigFemResultAddress> resAddressToComponents;
|
||||
|
Loading…
Reference in New Issue
Block a user