Preliminary attempt at hybrid kernel

This commit is contained in:
Thomas Krijnen
2024-04-29 21:03:33 +02:00
parent 6f540e61ac
commit 405fe4097d
4 changed files with 151 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ ifcopenshell::geometry::Converter::Converter(const std::string& geometry_library
, settings_(s)
{
mapping_ = impl::mapping_implementations().construct(file, settings_);
kernel_ = kernels::construct(geometry_library, mapping_->settings());
kernel_ = kernels::construct(file, geometry_library, mapping_->settings());
}
namespace {