diff options
Diffstat (limited to 'pkg/dataio/reblock/reblock.h')
-rw-r--r-- | pkg/dataio/reblock/reblock.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/dataio/reblock/reblock.h b/pkg/dataio/reblock/reblock.h new file mode 100644 index 00000000..c88d38a8 --- /dev/null +++ b/pkg/dataio/reblock/reblock.h @@ -0,0 +1,7 @@ +# define the output parameters +define BLKS_RD $1[1] +define BLKS_WRT $1[2] +define RECS_RD $1[3] +define RECS_WRT $1[4] +define LEN_OUTPARAM 4 + |