[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:
Elena Pourmal 2005-09-08 14:37:05 -05:00
parent 244d72b6f5
commit 4a998f8a86

View File

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