Merge branch 'feature/hierarchy' of https://github.com/mitmadness/IfcOpenShell into feature/hierarchy

# Conflicts:
#	src/ifcconvert/ColladaSerializer.cpp
This commit is contained in:
Balleux Benjamin
2017-04-19 15:09:59 +02:00
3 changed files with 88 additions and 28 deletions
+2 -2
View File
@@ -603,8 +603,8 @@ int main(int argc, char** argv)
while (parent_object != NULL && parent_object->type() != "IfcBuildingStorey" && hasParent)
{
try { parent_object = context_iterator.getObject(parent_object->parent_id()); }
catch (std::exception e)
{
catch (std::exception e)
{
std::cout << e.what() << '\n';
hasParent = false;
}