We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029ca74 commit 5113d41Copy full SHA for 5113d41
src/tight_inclusion/ccd.cpp
@@ -4,6 +4,7 @@
4
#include <tight_inclusion/timer.hpp>
5
6
#include <vector>
7
+#include <cassert>
8
9
namespace ticcd {
10
src/tight_inclusion/interval.cpp
@@ -1,6 +1,8 @@
1
// An interval object.
2
#include "interval.hpp"
3
+
static constexpr uint8_t MAX_DENOM_POWER = 8 * sizeof(uint64_t) - 1;
0 commit comments