mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Fix missing integration point and element nodal result
This commit is contained in:
parent
1eac9f8a1f
commit
ce9baa0883
@ -81,10 +81,10 @@ RigFemScalarResultFrames* RigFemPartResultCalculatorNormalST::calculate( int
|
||||
|
||||
constexpr float inf = std::numeric_limits<float>::infinity();
|
||||
|
||||
const int timeSteps = srcPORDataFrames->timeStepCount();
|
||||
const int timeSteps = srcSDataFrames->timeStepCount();
|
||||
for ( int stepIdx = 0; stepIdx < timeSteps; stepIdx++ )
|
||||
{
|
||||
const int frameCount = srcPORDataFrames->frameCount( stepIdx );
|
||||
const int frameCount = srcSDataFrames->frameCount( stepIdx );
|
||||
for ( int fIdx = 0; fIdx < frameCount; fIdx++ )
|
||||
{
|
||||
const std::vector<float>& srcSFrameData = srcSDataFrames->frameData( stepIdx, fIdx );
|
||||
|
Loading…
Reference in New Issue
Block a user