mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Allow calculating ST again without POR results, as element types are correct now
This commit is contained in:
@@ -86,7 +86,6 @@ RigFemScalarResultFrames* RigFemPartResultCalculatorNormalST::calculate( int
|
||||
{
|
||||
const std::vector<float>& srcSFrameData = srcSDataFrames->frameData( fIdx );
|
||||
const std::vector<float>& srcPORFrameData = srcPORDataFrames->frameData( fIdx );
|
||||
if ( srcPORFrameData.empty() ) continue;
|
||||
|
||||
int elementCount = femPart->elementCount();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user