We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd68206 commit 667fa79Copy full SHA for 667fa79
tools/ReduceGraph/main.cpp
@@ -119,6 +119,7 @@ int main(int argc, char * argv[])
119
}
120
printf("Parameters:\n");
121
printf(" radius = %f m\n", radius);
122
+ printf(" ratio = %f\n", ratio);
123
printf(" keep_latest = %s\n", keepLatest?"true":"false");
124
printf(" keep_linked = %s\n", keepLinked?"true":"false");
125
0 commit comments