We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cda0e commit d102327Copy full SHA for d102327
1 file changed
src/ifcobj/IfcObj.cpp
@@ -54,7 +54,6 @@ int main ( int argc, char** argv ) {
54
std::stringstream ss;
55
56
// Parse the file supplied in argv[1]. Returns true on succes.
57
- // The second argument defines whether geometry will be defined using global or local coordinates.
58
if ( ! IfcGeomObjects::Init(argv[1],&std::cout,&ss) ) {
59
std::cout << "[Error] unable to parse .ifc file or no geometrical entities found" << std::endl;
60
return 1;
0 commit comments