mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r25238] Removed warning about the data type of the actual argument does not match the definition to verify function. Trivial fix.
tested: jam (gnu)
This commit is contained in:
parent
4a8b02f838
commit
cf71b7db57
@ -257,7 +257,7 @@ SUBROUTINE test_h5s_encode(cleanup, total_error)
|
||||
! /* Verify the decoded dataspace */
|
||||
CALL h5sget_simple_extent_npoints_f(decoded_sid1, n, error)
|
||||
CALL check("h5sget_simple_extent_npoints_f", error, total_error)
|
||||
CALL VERIFY("h5sget_simple_extent_npoints_f", INT(n), SPACE1_DIM1 * SPACE1_DIM2 * SPACE1_DIM3, &
|
||||
CALL VERIFY("h5sget_simple_extent_npoints_f", INT(n), INT(SPACE1_DIM1 * SPACE1_DIM2 * SPACE1_DIM3), &
|
||||
total_error)
|
||||
|
||||
!
|
||||
|
Loading…
Reference in New Issue
Block a user