mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
GeoMech: Correct number of subtasks for pore compressibility progress.
This commit is contained in:
parent
e06b57ef55
commit
2feb9d0cd7
@ -63,7 +63,7 @@ bool RigFemPartResultCalculatorPoreCompressibility::isMatching( const RigFemResu
|
|||||||
RigFemScalarResultFrames* RigFemPartResultCalculatorPoreCompressibility::calculate( int partIndex,
|
RigFemScalarResultFrames* RigFemPartResultCalculatorPoreCompressibility::calculate( int partIndex,
|
||||||
const RigFemResultAddress& resAddr )
|
const RigFemResultAddress& resAddr )
|
||||||
{
|
{
|
||||||
caf::ProgressInfo frameCountProgress( static_cast<size_t>( m_resultCollection->frameCount() ) * 6,
|
caf::ProgressInfo frameCountProgress( static_cast<size_t>( m_resultCollection->frameCount() ) * 7,
|
||||||
"Calculating Pore Compressibility" );
|
"Calculating Pore Compressibility" );
|
||||||
|
|
||||||
auto loadFrameLambda = [&]( RigFemResultAddress addr, const QString& errMsg = "" ) -> RigFemScalarResultFrames* {
|
auto loadFrameLambda = [&]( RigFemResultAddress addr, const QString& errMsg = "" ) -> RigFemScalarResultFrames* {
|
||||||
|
Loading…
Reference in New Issue
Block a user