#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

@@ -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 )
{