From 836603fd32960d915cbd137c26b927e889213d76 Mon Sep 17 00:00:00 2001 From: q-posev Date: Tue, 20 Jul 2021 14:22:54 +0200 Subject: [PATCH] do no wrap-up the code from back ends and private header --- src/pytrexio.i | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/pytrexio.i b/src/pytrexio.i index ae607b9..f928654 100644 --- a/src/pytrexio.i +++ b/src/pytrexio.i @@ -3,11 +3,8 @@ #define SWIGWORDSIZE64 %{ /* Include the headers in the wrapper code */ -#include "trexio.h" #include "trexio_s.h" -#include "trexio_private.h" -#include "trexio_text.h" -#include "trexio_hdf5.h" +#include "trexio.h" %} /* Include stdint to recognize types from stdint.h */ @@ -80,8 +77,5 @@ int print_args(char ** argv) { } %}*/ /* Parse the header files to generate wrappers */ -%include "trexio.h" %include "trexio_s.h" -%include "trexio_private.h" -%include "trexio_text.h" -%include "trexio_hdf5.h" +%include "trexio.h"