Skip to content

Commit d102327

Browse files
committed
Removed old comment line
1 parent 59cda0e commit d102327

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ifcobj/IfcObj.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ int main ( int argc, char** argv ) {
5454
std::stringstream ss;
5555

5656
// 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.
5857
if ( ! IfcGeomObjects::Init(argv[1],&std::cout,&ss) ) {
5958
std::cout << "[Error] unable to parse .ifc file or no geometrical entities found" << std::endl;
6059
return 1;

0 commit comments

Comments
 (0)