mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Specify part id for well extraction from geomech data (#10240)
* Specify part id for well extraction from geomech data * Make sure we clear curve data if there isn't any valid input data
This commit is contained in:
@@ -58,7 +58,8 @@ public:
|
||||
gsl::not_null<const RigEclipseCaseData*> eclCaseData );
|
||||
|
||||
RigEclipseWellLogExtractor* findOrCreateExtractor( gsl::not_null<RimWellPath*> wellPath, gsl::not_null<RimEclipseCase*> eclCase );
|
||||
RigGeoMechWellLogExtractor* findOrCreateExtractor( gsl::not_null<RimWellPath*> wellPath, gsl::not_null<RimGeoMechCase*> eclCase );
|
||||
RigGeoMechWellLogExtractor*
|
||||
findOrCreateExtractor( gsl::not_null<RimWellPath*> wellPath, gsl::not_null<RimGeoMechCase*> geomCase, int partId );
|
||||
|
||||
void removeExtractors( const RigWellPath* wellPath );
|
||||
void removeExtractors( const RigEclipseCaseData* caseData );
|
||||
|
||||
Reference in New Issue
Block a user