mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r11373] Purpose: Maintenance/improvement
Description: Fixeda typo in an error message Solution: Platforms tested: heping with g95 (-r8, -d8) mir with ifc (-r16, -r8) Misc. update:
This commit is contained in:
parent
244d72b6f5
commit
4a998f8a86
@ -479,7 +479,7 @@
|
||||
CALL check("h5dread_f", error, total_error)
|
||||
do i = 1, dimsize
|
||||
if (real_member_out(i) .ne. real_member(i)) then
|
||||
write(*,*) " Wrong double precision data is read back "
|
||||
write(*,*) " Wrong real precision data is read back "
|
||||
total_error = total_error + 1
|
||||
endif
|
||||
enddo
|
||||
|
Loading…
Reference in New Issue
Block a user