updated Fortran interfacae to use new macros

This commit is contained in:
Marc Howison
2011-05-06 13:28:02 +00:00
parent 11fd3c10c5
commit 1f8f6cddde
13 changed files with 1475 additions and 1584 deletions
+7 -2
View File
@@ -48,7 +48,7 @@ h5_get_hdf5_file(
h5_file_t* const f
);
h5_size_t
h5_ssize_t
h5_get_num_steps (
h5_file_t* const f
);
@@ -85,5 +85,10 @@ h5_strc2for (
char * const str,
const ssize_t l_str
);
h5_file_t *
h5_filehandlefor2c (
const h5_int64_t *ptr
);
#endif