mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r23576] added missing argument in check call.
tested: jam (g95,gcc))
This commit is contained in:
parent
dd577725d1
commit
337242feea
@ -535,7 +535,7 @@ SUBROUTINE test_h5o_link(total_error)
|
||||
|
||||
! close the datatype
|
||||
CALL h5tclose_f(tid, error)
|
||||
CALL check("h5tclose_f",error)
|
||||
CALL check("h5tclose_f",error, total_error)
|
||||
|
||||
CALL h5ocopy_f(file_id, NAME_DATATYPE_SIMPLE, file_id, NAME_DATATYPE_SIMPLE2, error)
|
||||
CALL check("h5ocopy_f",error,total_error)
|
||||
|
Loading…
Reference in New Issue
Block a user