mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-12 00:16:10 -06:00
#5758 Create Well Path: Default well name "Well-1"
This commit is contained in:
parent
fbabe77db6
commit
70850a73d9
@ -79,7 +79,7 @@ void RicNewEditableWellPathFeature::onActionTriggered( bool isChecked )
|
||||
|
||||
size_t modelledWellpathCount = wellPathCollection->modelledWellPathCount();
|
||||
|
||||
newWellPaths.back()->setName( "UWell-" + QString::number( modelledWellpathCount + 1 ) );
|
||||
newWellPaths.back()->setName( "Well-" + QString::number( modelledWellpathCount + 1 ) );
|
||||
newModeledWellPath->setWellPathColor(
|
||||
RiaColorTables::editableWellPathsPaletteColors().cycledColor3f( modelledWellpathCount ) );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user