mirror of https://github.com/CGAL/cgal
bugfix: copy-paste error, wrong mesh
This commit is contained in:
parent
1ed98a7d9a
commit
918b71339f
|
|
@ -232,7 +232,7 @@ class Intersection_of_triangle_meshes
|
|||
break;
|
||||
case ON_EDGE :
|
||||
{
|
||||
h2=opposite(ipt.info_2,tm1);
|
||||
h2=opposite(ipt.info_2,tm2);
|
||||
if (h2>ipt.info_2) h2=ipt.info_2;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue