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:
@@ -1189,10 +1189,10 @@ public:
|
||||
resTypeNames.push_back( "Generated" );
|
||||
resTypes.push_back( RiaDefines::ResultCatType::INPUT_PROPERTY );
|
||||
resTypeNames.push_back( "Input" );
|
||||
#ifdef ENABLE_SOURING
|
||||
#ifdef USE_HDF5
|
||||
resTypes.push_back( RiaDefines::ResultCatType::INJECTION_FLOODING );
|
||||
resTypeNames.push_back( "Injection Flooding" );
|
||||
#endif /* ENABLE_SOURING */
|
||||
#endif /* USE_HDF5 */
|
||||
|
||||
for ( size_t rtIdx = 0; rtIdx < resTypes.size(); ++rtIdx )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user