Skip to content

Commit

Permalink
Add opaque class to Fortran
Browse files Browse the repository at this point in the history
* As reported by tbeu#40
  • Loading branch information
tbeu authored and papadop committed Nov 29, 2017
1 parent ce11551 commit c087bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fortran/matio_t.inc.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ END TYPE matvar_t
INTEGER,PARAMETER :: MAT_C_INT64 = 14
INTEGER,PARAMETER :: MAT_C_UINT64 = 15
INTEGER,PARAMETER :: MAT_C_FUNCTION = 16
INTEGER,PARAMETER :: MAT_C_OPAQUE = 17

INTEGER,PARAMETER :: COMPRESSION_NONE = 0
INTEGER,PARAMETER :: COMPRESSION_ZLIB = 1

0 comments on commit c087bdf

Please sign in to comment.