Mercurial > hg > libxtract
view swig/python/xtract.i @ 99:8ba3e526c038
Committed missing files needed for new out-of-place fftw plan creation
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Mon, 08 Oct 2007 10:32:16 +0000 |
parents | 525bfdf936c6 |
children |
line wrap: on
line source
%module xtract %include carrays.i %include typemaps.i %{ #include "xtract/xtract_scalar.h" %} %array_functions(float, floatArray); %apply float *OUTPUT { float *result }; %include "xtract/xtract_scalar.h"