Skip to content

Commit

Permalink
use cgal macro
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Oct 4, 2024
1 parent 19f809e commit 10bd324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ namespace CGAL {
void init_storage()
{
// Allocate a dart for null_dart_descriptor
assert(mdarts.empty()); // the compact container is empty
CGAL_assertion(mdarts.empty()); // the compact container is empty
Dart_index local_null_dart_descriptor = mdarts.emplace();
CGAL_assertion_msg(local_null_dart_descriptor==0,
"[ERROR] fatal in CMap_linear_cell_complex_storage_with_index::init_storage");
Expand Down

0 comments on commit 10bd324

Please sign in to comment.