1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-24 22:21:43 +02:00
This commit is contained in:
Anthony Scemama 2023-05-05 12:30:32 +02:00
parent b7577c5012
commit c23bc20e4e

View File

@ -41,7 +41,7 @@
%apply int *OUTPUT { int64_t* const num_up}; %apply int *OUTPUT { int64_t* const num_up};
%apply int *OUTPUT { int64_t* const num_dn}; %apply int *OUTPUT { int64_t* const num_dn};
%apply float *OUTPUT { float* const num}; %apply float *OUTPUT { float* const num};
%apply float *OUTPUT { double* const num}; %apply double *OUTPUT { double* const num};
/* Return TREXIO exit code from trexio_open as part of the output tuple */ /* Return TREXIO exit code from trexio_open as part of the output tuple */
%apply int *OUTPUT { trexio_exit_code* const rc_open}; %apply int *OUTPUT { trexio_exit_code* const rc_open};
/* Return number of sparse data points stored in the file as part of the output tuple */ /* Return number of sparse data points stored in the file as part of the output tuple */