Skip to content

Commit 45172bc

Browse files
committed
Solved PrintCompare bug in ConvexHull
1 parent 45a4047 commit 45172bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/convexhull/include/convexHullExtras.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ std::shared_ptr<emptyContext> ConvexHullExtras<I>::initStack() {
7575
// first, read and push two values
7676
StackAlgoExtras<emptyContext, Point2D, I>::readPush(2);
7777

78-
StackAlgoExtras<emptyContext, Point2D, I>::printCompare();
78+
// StackAlgoExtras<emptyContext, Point2D, I>::printCompare();
7979

8080
std::cout << "done reading two values " << std::endl;
8181
// then initialize context (which in this case is NULL everything

0 commit comments

Comments
 (0)