1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 18:57:39 +02: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
%{
/* 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"