We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076c41e commit 9cc95f1Copy full SHA for 9cc95f1
tests/test_space_ids.cpp
@@ -27,7 +27,7 @@ using namespace Ifc2x3;
27
#if defined(WITH_IFC) && !defined(IFCOPENSHELL_05)
28
TEST(Voxelization, IfcSpaceIds) {
29
// const std::string input_filename = ".." DIRSEP "tests" DIRSEP "fixtures" DIRSEP "duplex.ifc";
30
- const std::string input_filename = "William Lyon Mackenzie CI - 2020-01-13.ifc";
+ const std::string input_filename = "William Lyon Mackenzie CI - 2020-01-19.ifc";
31
32
IfcParse::IfcFile ifc_file(input_filename);
33
0 commit comments