From e2d2699b753ccfb119debad47fa09e914ae1686a Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 22 Oct 2008 18:01:50 -0700 Subject: [PATCH] Add typemaps to Complex subsystem --- Complex.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Complex.i b/Complex.i index d37f6f9..895e82b 100644 --- a/Complex.i +++ b/Complex.i @@ -1,4 +1,6 @@ %module "Math::GSL::Complex" +%include "typemaps.i" +%include "gsl_typemaps.i" %{ #include "gsl/gsl_complex.h" #include "gsl/gsl_complex_math.h" -- 2.11.4.GIT