diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-29 18:27:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-29 18:27:37 (GMT) |
commit | bbe23c026f974be06e2aa86cff55cd255b33e2d0 (patch) | |
tree | ed03d4462f7477ce9b3710f8fcda146c17c561b1 /src/H5F.c | |
parent | 8b45b9a5f0305b6f881f25a8a7649fb67decca0f (diff) | |
download | hdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.zip hdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.tar.gz hdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.tar.bz2 |
[svn-r7786] Purpose:
Code cleanup & add a feature
Description:
Added support for querying the file ID of named datatypes to new
H5Iget_file_id function.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'src/H5F.c')
-rw-r--r-- | src/H5F.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4191,7 +4191,6 @@ H5F_get_id(H5F_t *file) assert(file); ret_value = file->file_id; -done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5F_get_id() */ |