Skip to content

Commit

Permalink
remove duplicate defines
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgottesbueren committed Sep 16, 2024
1 parent eafc1dd commit 3577a16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mt-kahypar/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@
#define HEAVY_REFINEMENT_ASSERT_2(cond, msg) HEAVY_ASSERT1(cond, msg)
#endif

#define HEAVY_ASSERT_(TYPE, N) HEAVY_##TYPE##_ASSERT_##N
#define HEAVY_ASSERT_EVAL(TYPE, N) HEAVY_ASSERT_(TYPE, N)

// Heavy assertions are assertions which increase the complexity of the scope
// which they are executed in by an polynomial factor. In debug mode you are
// often only interested in certain phase of the multilevel paradigm. However,
Expand Down

0 comments on commit 3577a16

Please sign in to comment.