mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Fix --traverse --exlucde=<entities|layers> + clean up duplicate code. filter::traverse_match: dynamic_cast instead of static_cast as the decomposing entity is not guaranteed to be IfcProduct
This commit is contained in:
committed by
Thomas Krijnen
parent
9074f25e93
commit
eade74c919
@@ -596,7 +596,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
Logger::Status(msg.str());
|
||||
|
||||
return successful ? 0 : 1;
|
||||
return successful ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
}
|
||||
|
||||
void write_log() {
|
||||
|
||||
Reference in New Issue
Block a user