mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1788 Create preliminary user interface to show Flooded PV
This commit is contained in:
@@ -1125,6 +1125,10 @@ public:
|
||||
resTypeNames.push_back("Generated");
|
||||
resTypes.push_back(RiaDefines::INPUT_PROPERTY);
|
||||
resTypeNames.push_back("Input");
|
||||
#ifdef ENABLE_SOURING
|
||||
resTypes.push_back(RiaDefines::INJECTION_FLOODING);
|
||||
resTypeNames.push_back("Injection Flooding");
|
||||
#endif /* ENABLE_SOURING */
|
||||
|
||||
for (size_t rtIdx = 0; rtIdx < resTypes.size(); ++rtIdx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user