mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Fixed a typo preventing the geometry cache from being cleared
This commit is contained in:
@@ -206,6 +206,6 @@ bool IfcGeom::convert(const Ifc2x3::IfcObjectPlacement::ptr& l, gp_Trsf& trsf) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
void IfcGeom::Cache::Purge() {
|
void IfcGeom::Cache::Purge() {
|
||||||
#include "IfcRegisterCreateCache.h"
|
#include "IfcRegisterPurgeCache.h"
|
||||||
IfcGeom::Cache::PurgeShapeCache();
|
IfcGeom::Cache::PurgeShapeCache();
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user