1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-11-03 20:54:07 +01:00

do no wrap-up the code from back ends and private header

This commit is contained in:
q-posev 2021-07-20 14:22:54 +02:00
parent 678f90f86a
commit 836603fd32

View File

@ -3,11 +3,8 @@
#define SWIGWORDSIZE64 #define SWIGWORDSIZE64
%{ %{
/* Include the headers in the wrapper code */ /* Include the headers in the wrapper code */
#include "trexio.h"
#include "trexio_s.h" #include "trexio_s.h"
#include "trexio_private.h" #include "trexio.h"
#include "trexio_text.h"
#include "trexio_hdf5.h"
%} %}
/* Include stdint to recognize types from stdint.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 */ /* Parse the header files to generate wrappers */
%include "trexio.h"
%include "trexio_s.h" %include "trexio_s.h"
%include "trexio_private.h" %include "trexio.h"
%include "trexio_text.h"
%include "trexio_hdf5.h"