IfcGeomServer matrices in double precision

This commit is contained in:
Thomas Krijnen
2018-07-07 21:14:27 +02:00
parent d105292817
commit 7a7aab01bb
10 changed files with 143 additions and 128 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ namespace {
namespace IfcGeom {
template <typename T>
template <typename P, typename PP>
class BRepElement;
class Kernel {
@@ -78,7 +78,7 @@ namespace IfcGeom {
return implementation_->getValue(var);
}
virtual BRepElement<double>* convert(
virtual BRepElement<double, double>* convert(
const IteratorSettings& settings, IfcUtil::IfcBaseClass* representation,
IfcUtil::IfcBaseClass* product)
{