Skip to content

Commit a4697e7

Browse files
committed
Add comment.
1 parent 9fa7433 commit a4697e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/delaunator.test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ namespace {
88

99
//constexpr double EPSILON = std::numeric_limits<double>::epsilon();
1010

11+
// ABELL - This isn't a sufficient test. We need to verify against known
12+
// good results. We should at least make sure we're getting the right
13+
// number of triangles out.
1114
inline void validate(const std::vector<double>& coords) {
1215
delaunator::Delaunator d(coords);
1316

0 commit comments

Comments
 (0)