mirror of https://github.com/CGAL/cgal
try working around a warning
This commit is contained in:
parent
3ebe548cad
commit
95b6ef8d2e
|
|
@ -80,6 +80,7 @@ struct Triangulation_utils_3
|
|||
CGAL_triangulation_precondition( ( i >= 0 && i < 4 ) &&
|
||||
( j >= 0 && j < 4 ) &&
|
||||
( i != j ) );
|
||||
CGAL_assume(i!=j);
|
||||
return tab_next_around_edge[i][j];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue