mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
This commit is contained in:
committed by
GitHub
parent
9777112527
commit
8e0b69b3e7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user