mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 20:35:44 +01:00
do no wrap-up the code from back ends and private header
This commit is contained in:
parent
678f90f86a
commit
836603fd32
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user