mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
fixed check output string to match test
This commit is contained in:
parent
4242753848
commit
1ccdb2e23f
@ -972,7 +972,7 @@ SUBROUTINE test_vds(total_error)
|
||||
|
||||
! Get source file name
|
||||
CALL H5Pget_virtual_filename_f(dcpl, INT(i-1, size_t), SRC_FILE_LEN_EXACT, error, nsize)
|
||||
CALL check("H5Pget_virtual_count_f", error, total_error)
|
||||
CALL check("H5Pget_virtual_filename_f", error, total_error)
|
||||
|
||||
IF(nsize.NE.LEN(SRC_FILE_LEN_EXACT))THEN
|
||||
PRINT*,"virtual filenname size is incorrect"
|
||||
|
Loading…
Reference in New Issue
Block a user