mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make Python code use the new generated skeleton and rename ResInsight parameters to fit
This commit is contained in:
@@ -55,16 +55,17 @@
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
Rim2dIntersectionView* corresponding2dIntersectionView( RimSimWellInView* simWellInView );
|
||||
|
||||
CAF_PDM_SOURCE_INIT( RimSimWellInView, "Well" );
|
||||
CAF_PDM_SCRIPTABLE_SOURCE_INIT( RimSimWellInView, "SimulationWell", "Well" );
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimSimWellInView::RimSimWellInView()
|
||||
{
|
||||
CAF_PDM_InitObject( "Well", ":/Well.png", "", "" );
|
||||
CAF_PDM_InitObject( "Simulation Well", ":/Well.png", "", "" );
|
||||
|
||||
RICF_InitFieldNoDefault( &name, "WellName", "Name", "", "", "" );
|
||||
RICF_InitFieldNoDefault( &name, "Name", "Name", "", "", "" );
|
||||
name.xmlCapability()->registerKeywordAlias( "WellName" );
|
||||
|
||||
CAF_PDM_InitField( &showWell, "ShowWell", true, "Show well ", "", "", "" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user