mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4035 System : Remove term souring from cmake and UI
Use general term HDF5 when required
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user