mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
* Move case loading commands from Commands to project and case * Major refactor * Fix problems with Python examples * Add ability to export snapshot from just one view + fixup * Case comments and black * Make all modules pass pylint test
This commit is contained in:
@@ -37,6 +37,7 @@ public:
|
||||
static std::vector<RimWellPath*> wellPathsFromNames( const QStringList& wellPathNames, QStringList* wellsNotFound );
|
||||
static RimEclipseCase* caseFromId( int caseId );
|
||||
static RimEclipseView* viewFromCaseIdAndViewName( int caseId, const QString& viewName );
|
||||
static RimEclipseView* viewFromCaseIdAndViewId( int caseId, int viewId );
|
||||
|
||||
static std::vector<QString> toStringVector( const QStringList& stringList );
|
||||
static QStringList toQStringList( const std::vector<QString>& v );
|
||||
|
||||
Reference in New Issue
Block a user