From e43e02c003f887b1dd143f8c4224eec6d9c97eee Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 13 Mar 2019 13:32:24 +0100 Subject: [PATCH] Vector of bool type conversion in python wrapper. --- src/ifcwrap/utils/typemaps_out.i | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcwrap/utils/typemaps_out.i b/src/ifcwrap/utils/typemaps_out.i index 6be9b98110..338898db69 100644 --- a/src/ifcwrap/utils/typemaps_out.i +++ b/src/ifcwrap/utils/typemaps_out.i @@ -128,6 +128,7 @@ } %enddef +CREATE_VECTOR_TYPEMAP_OUT(bool) CREATE_VECTOR_TYPEMAP_OUT(int) CREATE_VECTOR_TYPEMAP_OUT(unsigned int) CREATE_VECTOR_TYPEMAP_OUT(double)