Files
2019-08-04 21:38:19 -05:00

9 lines
152 B
OpenEdge ABL

%module li_std_carray
%include <std_carray.i>
%template(Vector3) std::carray<double, 3>;
%template(Matrix3) std::carray<std::carray<double, 3>, 3>;