mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Updates after patch release
This commit is contained in:
parent
e9ff3540ba
commit
16be653826
@ -1653,9 +1653,12 @@ size_t RigCaseCellResultsData::findOrLoadKnownScalarResultForTimeStep( const Rig
|
||||
m_cellScalarResults[scalarResultIndex].resize( 1 );
|
||||
|
||||
std::vector<double>& values = m_cellScalarResults[scalarResultIndex][0];
|
||||
if ( !m_readerInterface->staticResult( resultName, m_porosityModel, &values ) )
|
||||
if ( values.empty() )
|
||||
{
|
||||
resultLoadingSuccess = false;
|
||||
if ( !m_readerInterface->staticResult( resultName, m_porosityModel, &values ) )
|
||||
{
|
||||
resultLoadingSuccess = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
set(RESINSIGHT_MAJOR_VERSION 2024)
|
||||
set(RESINSIGHT_MINOR_VERSION 03)
|
||||
set(RESINSIGHT_PATCH_VERSION 2)
|
||||
set(RESINSIGHT_PATCH_VERSION 3)
|
||||
|
||||
# Opional text with no restrictions
|
||||
set(RESINSIGHT_VERSION_TEXT "-dev")
|
||||
|
Loading…
Reference in New Issue
Block a user