#4550 Add python method to get simulation wells with status and cells info.

This commit is contained in:
Kristian Bendiksen
2020-02-11 21:20:53 +01:00
parent 2788c7a6c1
commit f7af2ed83e
12 changed files with 426 additions and 9 deletions

View File

@@ -20,6 +20,8 @@
#include "RimSimWellInView.h"
#include "RicfCommandObject.h"
#include "RigActiveCellInfo.h"
#include "RigCell.h"
#include "RigEclipseCaseData.h"
@@ -62,7 +64,7 @@ RimSimWellInView::RimSimWellInView()
{
CAF_PDM_InitObject( "Well", ":/Well.png", "", "" );
CAF_PDM_InitFieldNoDefault( &name, "WellName", "Name", "", "", "" );
RICF_InitFieldNoDefault( &name, "WellName", "Name", "", "", "" );
CAF_PDM_InitField( &showWell, "ShowWell", true, "Show well ", "", "", "" );