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 7c4ce25 commit 60692d7Copy full SHA for 60692d7
src/scalable_ccd/broad_phase/aabb.cpp
@@ -4,6 +4,8 @@
4
5
#include <tbb/parallel_for.h>
6
7
+#include <cassert>
8
+
9
namespace scalable_ccd {
10
11
AABB::AABB(const ArrayMax3& _min, const ArrayMax3& _max) : min(_min), max(_max)
0 commit comments