From b0bdd254177e5464a74fdd9256e3b63cc132571a Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Thu, 3 Apr 2014 10:01:21 -0500 Subject: [svn-r24952] Fixed -i8 -r8 error with optimization on jam using intel compiler. Tested: jam (intel) --- fortran/test/tH5P_F03.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/test/tH5P_F03.f90 b/fortran/test/tH5P_F03.f90 index 85bceb7..5d6b1b9 100644 --- a/fortran/test/tH5P_F03.f90 +++ b/fortran/test/tH5P_F03.f90 @@ -426,7 +426,7 @@ SUBROUTINE test_h5p_file_image(total_error) CALL check("h5pget_file_image_f", error, total_error) ! Check that sizes are the same, and that the buffers are identical but separate - CALL VERIFY("h5pget_file_image_f", temp_size, size, total_error) + CALL VERIFY("h5pget_file_image_f", INT(temp_size), INT(size), total_error) ! Verify the image data is correct DO i = 1, count -- cgit v0.12