mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
Preliminary attempt at hybrid kernel
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user