mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2545 Move fields from public to private
This commit is contained in:
@@ -360,7 +360,7 @@ RimSimWellInViewCollection* RimIntersection::simulationWellCollection()
|
||||
|
||||
if (eclipseView)
|
||||
{
|
||||
return eclipseView->wellCollection;
|
||||
return eclipseView->wellCollection();
|
||||
}
|
||||
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user