Doing a transpose was most likely misguided

This commit is contained in:
Thomas Krijnen
2024-04-12 10:23:27 +02:00
parent 420eed1828
commit 7b296629d6
2 changed files with 3 additions and 3 deletions
@@ -55,7 +55,8 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcCartesianTransformationOpera
axis3,
origin;
m->components().transposeInPlace();
// @todo why was this here
// m->components().transposeInPlace();
return m;
}