mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Fix compilation of IfcOpenHouse, move IfcGeom::tesselate back directly in IfcGeom namespace
This commit is contained in:
@@ -750,7 +750,6 @@ IfcFile::IfcFile(bool create_latebound_entities)
|
||||
//
|
||||
// Parses the IFC file in fn
|
||||
// Creates the maps
|
||||
// Gets the unit definitins from the file
|
||||
//
|
||||
bool IfcFile::Init(const std::string& fn) {
|
||||
return IfcFile::Init(new IfcSpfStream(fn));
|
||||
|
||||
Reference in New Issue
Block a user