mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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