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);
|
CGAL_assertion(i < 4 && j < 3);
|
||||||
if(i < 4 && j < 3)
|
if(i < 4 && j < 3)
|
||||||
return indices_table[i][j];
|
return indices_table[i][j];
|
||||||
else
|
CGAL_error_msg("Invalid indices provided");
|
||||||
return -1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename Gt, typename Point>
|
template<typename Gt, typename Point>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue