[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:
Scot Breitenfeld 2014-06-04 09:08:17 -05:00
parent 4a8b02f838
commit cf71b7db57

View File

@ -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)
!