mirror of https://github.com/CGAL/cgal
commit
d663c68b8a
|
|
@ -74,8 +74,8 @@ inline int indices(const int& i, const int& j)
|
|||
CGAL_assertion(i < 4 && j < 3);
|
||||
if(i < 4 && j < 3)
|
||||
return indices_table[i][j];
|
||||
else
|
||||
return -1;
|
||||
CGAL_error_msg("Invalid indices provided");
|
||||
return 0;
|
||||
}
|
||||
|
||||
template<typename Gt, typename Point>
|
||||
|
|
|
|||
Loading…
Reference in New Issue