mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 18:16:22 +01:00
Fixes #116
This commit is contained in:
parent
b7577c5012
commit
c23bc20e4e
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user