#8118 Python: rename new_stim_plan* and new_fracture* method names (#8175)

This commit is contained in:
Kristian Bendiksen
2021-10-24 09:13:42 +02:00
committed by GitHub
parent 9777112527
commit 8e0b69b3e7
12 changed files with 66 additions and 63 deletions

View File

@@ -36,12 +36,12 @@ class RimEclipseCase;
//==================================================================================================
///
//==================================================================================================
class RimcStimPlanModelCollection_newStimPlanModel : public caf::PdmObjectMethod
class RimcStimPlanModelCollection_appendStimPlanModel : public caf::PdmObjectMethod
{
CAF_PDM_HEADER_INIT;
public:
RimcStimPlanModelCollection_newStimPlanModel( caf::PdmObjectHandle* self );
RimcStimPlanModelCollection_appendStimPlanModel( caf::PdmObjectHandle* self );
caf::PdmObjectHandle* execute() override;
bool resultIsPersistent() const override;