Guest User

Untitled

a guest
Jul 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. diff -rupN hdf5-1.8.5-patch1_original/fortran/test/tH5A_1_8.f90 hdf5-1.8.5-patch1/fortran/test/tH5A_1_8.f90
  2. --- hdf5-1.8.5-patch1_original/fortran/test/tH5A_1_8.f90 2010-08-26 16:21:54.000000000 +0200
  3. +++ hdf5-1.8.5-patch1/fortran/test/tH5A_1_8.f90 2010-12-29 18:09:41.000000000 +0100
  4. @@ -158,13 +158,13 @@ SUBROUTINE attribute_test_1_8(cleanup, t
  5. !!$ CALL test_attr_corder_transition(my_fcpl, my_fapl)
  6. !!$ CALL test_attr_corder_delete(my_fcpl, my_fapl)
  7. ret_total_error = 0
  8. - CALL test_attr_info_by_idx(new_format, my_fcpl, my_fapl, ret_total_error)
  9. + CALL test_attr_info_by_idx(new_format(i), my_fcpl, my_fapl, ret_total_error)
  10. CALL write_test_status(ret_total_error, &
  11. ' - Testing querying attribute info by index', &
  12. total_error)
  13.  
  14. ret_total_error = 0
  15. - CALL test_attr_delete_by_idx(new_format, my_fcpl, my_fapl, ret_total_error)
  16. + CALL test_attr_delete_by_idx(new_format(i), my_fcpl, my_fapl, ret_total_error)
  17. CALL write_test_status(ret_total_error, &
  18. ' - Testing deleting attribute by index', &
  19. total_error)
  20. @@ -718,7 +718,7 @@ SUBROUTINE test_attr_create_by_name(new_
  21. CALL check("h5aclose_f",error,total_error)
  22.  
  23. ! /* Verify information for NEW attribute */
  24. - CALL attr_info_by_idx_check(my_dataset, attrname, INT(u,HSIZE_T), use_index, total_error)
  25. + CALL attr_info_by_idx_check(my_dataset, attrname, INT(u,HSIZE_T), use_index(i), total_error)
  26. ! CALL check("FAILED IN attr_info_by_idx_check",total_error)
  27. ENDDO
Add Comment
Please, Sign In to add comment