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 3fb1d23 commit 54f739aCopy full SHA for 54f739a
libdistopia/test/bench.cpp
@@ -10,7 +10,7 @@
10
#include <random>
11
12
#include "distopia.h"
13
-#include "compare/distances.h"
+#include "compare/calc_distances.h"
14
15
16
#define BOXSIZE 30
libdistopia/test/test_mda_match.cpp
@@ -6,7 +6,7 @@
6
7
#include "test_utils.h"
8
#include "test_fixtures.h"
9
using testing::Types;
typedef Types<float, double> ScalarTypes;
0 commit comments