Skip to content

Commit 796a854

Browse files
committed
Restore test
1 parent 43a0a26 commit 796a854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Polyline_simplification_2/test/Polyline_simplification_2/simplify_polygon_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ int main(int argc, char* argv[])
4646
{
4747

4848
for(int i= 1;i < argc; i++){
49-
//test<Cost1>(argv[i]);
49+
test<Cost1>(argv[i]);
5050
test<Cost2>(argv[i]);
5151
}
5252

0 commit comments

Comments
 (0)