mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1794 Several fixes to make fracture configuration compile
This commit is contained in:
@@ -110,7 +110,7 @@ RimWellPathFractureCollection* RimWellPathCompletions::fractureCollection() cons
|
||||
bool RimWellPathCompletions::hasCompletions() const
|
||||
{
|
||||
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
||||
if !fractureCollection()->fractures().empty()
|
||||
if (!fractureCollection()->fractures().empty())
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user