typemap for return by value/reference missing
Status: Beta
Brought to you by:
tnatschl
Dear Thomas,
First of all, thank you very much for sharing armanpy, I am starting to use it and it is extremely practical!
I had a compilation error with arrays returned by value or by reference. I figured that the output typemap is missing the fragment in argument, e.g. armanpy_2d.i, line 350:
%define %armanpy_mat_return_by_value_typemaps( ARMA_MAT_TYPE )
%typemap( out, fragment="armanpy_mat_typemaps" )
which implies that the fragment was not included if only return by value/reference were present in the project.
Sorry to contact you directly here but I am not allowed to create a ticket on the project.
Thank you!
Jules