From d1023270099de2dedd379dce3f9403a96afb454c Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 30 Nov 2011 10:01:20 +0000 Subject: [PATCH] Removed old comment line --- src/ifcobj/IfcObj.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcobj/IfcObj.cpp b/src/ifcobj/IfcObj.cpp index 3ec2b728e0..b90b87104b 100644 --- a/src/ifcobj/IfcObj.cpp +++ b/src/ifcobj/IfcObj.cpp @@ -54,7 +54,6 @@ int main ( int argc, char** argv ) { std::stringstream ss; // 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) ) { std::cout << "[Error] unable to parse .ifc file or no geometrical entities found" << std::endl; return 1;