fix po::value

This commit is contained in:
Thomas Krijnen
2019-08-02 13:27:33 +02:00
parent 6e4a692de3
commit 88a5dc3053
+1 -1
View File
@@ -224,7 +224,7 @@ int main(int argc, char** argv) {
po::options_description geom_options("Geometry options");
geom_options.add_options()
("threads,j", po::value<size_t>(&num_threads)->default_value(1),
("threads,j", po::value<int>(&num_threads)->default_value(1),
"Number of parallel processing threads for geometry interpretation.")
("plan",
"Specifies whether to include curves in the output result. Typically "