MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / print_version

Function print_version

src/ifcconvert/IfcConvert.cpp:101–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99namespace po = boost::program_options;
100
101void print_version()
102{
103 cout_ << "IfcOpenShell IfcConvert " << IFCOPENSHELL_VERSION;
104#ifdef IFOPSH_WITH_OPENCASCADE
105 cout_ << " (OCC " << OCC_VERSION_STRING_EXT << ")";
106#endif
107 cout_ << "\n";
108}
109
110void print_usage(bool suggest_help = true)
111{

Callers 1

IfcConvert.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected