Skip to content

Commit 59aaa7d

Browse files
Fixed typo in example.cc (#14)
1 parent 0d7d141 commit 59aaa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ int main() {
3838
}
3939
std::cout << std::endl;
4040

41-
std::cout << "All points in range:" << p1 << "/" << p2 << std::endl;
41+
std::cout << "All points in range:" << p2 << "/" << p4 << std::endl;
4242
for (auto it = tree.begin_query({p2, p4}); it != tree.end(); ++it) {
4343
std::cout << " " << it.second() << " -> " << it.first() << std::endl;
4444
}

0 commit comments

Comments
 (0)