Skip to content

Commit

Permalink
use error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot authored Oct 3, 2023
1 parent 95d11d4 commit 33a1d33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ 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];
CGAL_assertion(!"invalid indices provided");
CGAL_error_msg("Invalid indices provided");
return 0;
}

Expand Down

0 comments on commit 33a1d33

Please sign in to comment.