From 88a5dc30535be27dc3b2c937a1e64ad9ec07b9ca Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 2 Aug 2019 13:27:33 +0200 Subject: [PATCH] fix po::value --- src/ifcconvert/IfcConvert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcconvert/IfcConvert.cpp b/src/ifcconvert/IfcConvert.cpp index 01324129c8..ad08685262 100644 --- a/src/ifcconvert/IfcConvert.cpp +++ b/src/ifcconvert/IfcConvert.cpp @@ -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(&num_threads)->default_value(1), + ("threads,j", po::value(&num_threads)->default_value(1), "Number of parallel processing threads for geometry interpretation.") ("plan", "Specifies whether to include curves in the output result. Typically "