Skip to content

Commit 667fa79

Browse files
committed
show param in log
1 parent dd68206 commit 667fa79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ReduceGraph/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ int main(int argc, char * argv[])
119119
}
120120
printf("Parameters:\n");
121121
printf(" radius = %f m\n", radius);
122+
printf(" ratio = %f\n", ratio);
122123
printf(" keep_latest = %s\n", keepLatest?"true":"false");
123124
printf(" keep_linked = %s\n", keepLinked?"true":"false");
124125

0 commit comments

Comments
 (0)