mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
#12281 Rename Well Target Generator to Well Target Mapping.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
class QString;
|
||||
|
||||
class RimWellTargetCandidatesGenerator;
|
||||
class RimWellTargetMapping;
|
||||
class RigCaseCellResultsData;
|
||||
class RigEclipseCaseData;
|
||||
class RigGridBase;
|
||||
@@ -131,7 +131,7 @@ public:
|
||||
void setReaderSettings( RifReaderSettings& readerSettings );
|
||||
RifReaderSettings readerSettings() const;
|
||||
|
||||
void addWellTargetsGenerator( RimWellTargetCandidatesGenerator* generator );
|
||||
void addWellTargetMapping( RimWellTargetMapping* wellTargetMapping );
|
||||
|
||||
void updateResultAddressCollection();
|
||||
|
||||
@@ -177,7 +177,7 @@ private:
|
||||
caf::PdmChildField<RimReservoirCellResultsStorage*> m_fractureModelResults;
|
||||
caf::PdmChildField<RimEclipseViewCollection*> m_viewCollection;
|
||||
|
||||
caf::PdmChildArrayField<RimWellTargetCandidatesGenerator*> m_wellTargetGenerators;
|
||||
caf::PdmChildArrayField<RimWellTargetMapping*> m_wellTargetMappings;
|
||||
|
||||
caf::PdmField<std::vector<caf::FilePath>> m_filesContainingFaults;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user