Show error message if no flow data is available

This commit is contained in:
Magne Sjaastad
2024-04-25 09:14:24 +02:00
parent a993841671
commit 2b25ac87e7
4 changed files with 30 additions and 12 deletions

View File

@@ -77,6 +77,7 @@ public:
static std::vector<RimWellLogFile*> wellLogFilesContainingFlow( const QString& wellName );
static RimWellPath* wellPathByWellPathNameOrSimWellName( const QString& wellPathNameOrSimwellName );
static std::vector<RimWellPath*> wellPathsContainingFlow();
// RFT Only
private: