mirror of https://github.com/CGAL/cgal
Mesh_3: add a scope after if(...)
This commit is contained in:
parent
e90842fd05
commit
c538ff16c2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue