mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix casing issue which resulted in build error on Linux
This commit is contained in:
@@ -67,7 +67,7 @@ void RicNewEditableWellPathFeature::onActionTriggered(bool isChecked)
|
||||
if ( wellPathCollection )
|
||||
{
|
||||
std::vector<RimWellPath*> newWellPaths;
|
||||
newWellPaths.push_back(new RimModeledWellpath());
|
||||
newWellPaths.push_back(new RimModeledWellPath());
|
||||
wellPathCollection->addWellPaths(newWellPaths);
|
||||
wellPathCollection->uiCapability()->updateConnectedEditors();
|
||||
wellPathCollection->scheduleRedrawAffectedViews();
|
||||
|
||||
Reference in New Issue
Block a user