#4035 System : Remove term souring from cmake and UI

Use general term HDF5 when required
This commit is contained in:
Magne Sjaastad
2020-04-24 09:00:42 +02:00
parent 72fefb4db5
commit 616af75df3
5 changed files with 32 additions and 46 deletions

View File

@@ -647,7 +647,7 @@ QList<caf::PdmOptionItemInfo>
bool enableSouring = false;
#ifdef ENABLE_SOURING
#ifdef USE_HDF5
if ( m_eclipseCase.notNull() )
{
RigCaseCellResultsData* cellResultsData = m_eclipseCase->results( this->porosityModel() );
@@ -657,7 +657,7 @@ QList<caf::PdmOptionItemInfo>
enableSouring = true;
}
}
#endif /* ENABLE_SOURING */
#endif /* USE_HDF5 */
RimGridTimeHistoryCurve* timeHistoryCurve;
this->firstAncestorOrThisOfType( timeHistoryCurve );