Mesh_3: add a scope after if(...)

This commit is contained in:
Laurent Rineau 2024-05-30 15:24:19 +02:00
parent e90842fd05
commit c538ff16c2
1 changed files with 5 additions and 3 deletions

View File

@ -1677,9 +1677,11 @@ compute_facet_properties(const Facet& facet,
r_oracle_.surface_patch_index(std::get<1>(intersect)));
if(surface)
#endif // CGAL_MESH_3_NO_LONGER_CALLS_DO_INTERSECT_3
fp = Facet_properties(std::make_tuple(*surface,
std::get<1>(intersect),
std::get<0>(intersect)));
{
fp = Facet_properties(std::make_tuple(*surface,
std::get<1>(intersect),
std::get<0>(intersect)));
}
}
}
// If the dual is a ray