mirror of https://github.com/CGAL/cgal
Mesh_3: add a scope after if(...)
This commit is contained in:
parent
e90842fd05
commit
c538ff16c2
|
|
@ -1677,11 +1677,13 @@ compute_facet_properties(const Facet& facet,
|
||||||
r_oracle_.surface_patch_index(std::get<1>(intersect)));
|
r_oracle_.surface_patch_index(std::get<1>(intersect)));
|
||||||
if(surface)
|
if(surface)
|
||||||
#endif // CGAL_MESH_3_NO_LONGER_CALLS_DO_INTERSECT_3
|
#endif // CGAL_MESH_3_NO_LONGER_CALLS_DO_INTERSECT_3
|
||||||
|
{
|
||||||
fp = Facet_properties(std::make_tuple(*surface,
|
fp = Facet_properties(std::make_tuple(*surface,
|
||||||
std::get<1>(intersect),
|
std::get<1>(intersect),
|
||||||
std::get<0>(intersect)));
|
std::get<0>(intersect)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
// If the dual is a ray
|
// If the dual is a ray
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue