Use floats in IfcPython

This commit is contained in:
Thomas Krijnen
2012-04-08 08:42:03 +00:00
parent 4866953119
commit c9f9997e67
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -29,6 +29,6 @@
namespace std {
%template(IntVector) vector<int>;
%template(FloatVector) vector<double>;
%template(FloatVector) vector<float>;
%template(ObjVector) vector<IfcGeomObject>;
};