Do i have to stop programming? Damn, i can not find the error for hours. The data is gotten by scanning large database, it has produced a lot of errors due to that, but i seems found all of them. I spotted the error making smallest snippet from the data. Some error is still there
real*4 EZ0(100)
character*1 aaaa
OPEN (UNIT=3,FILE='data',STATUS='OLD')
READ (3,*,ERR=1003,END=1000) IZNatmd
READ (3,'(A)') AAAA
READ(3,*,ERR=1004,END=1000) (EZ0(i),i=1,IZNatmd)
close(3)
goto 1000
1003 print*, 'Error reading data 1 '
goto 1000
1004 print*, 'Error reading data 2'
1000 end
The file called 'data' is here:
10
!...IONIZATION POTENTIALS (ALL DATA IN FORMAT = *)
6.815E0,1.447E1,2.349E1,3.632E1,4.9l4E1,9.266E1,1.187E2,1.30lE2,1.595E2,1.797E2,