mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 19:36:21 +00:00
Removed old comment line
This commit is contained in:
@@ -54,7 +54,6 @@ int main ( int argc, char** argv ) {
|
|||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
|
|
||||||
// Parse the file supplied in argv[1]. Returns true on succes.
|
// Parse the file supplied in argv[1]. Returns true on succes.
|
||||||
// The second argument defines whether geometry will be defined using global or local coordinates.
|
|
||||||
if ( ! IfcGeomObjects::Init(argv[1],&std::cout,&ss) ) {
|
if ( ! IfcGeomObjects::Init(argv[1],&std::cout,&ss) ) {
|
||||||
std::cout << "[Error] unable to parse .ifc file or no geometrical entities found" << std::endl;
|
std::cout << "[Error] unable to parse .ifc file or no geometrical entities found" << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user