DanRRight
Joined: 10 Mar 2008 Posts: 2923 Location: South Pole, Antarctica
|
Posted: Mon Feb 18, 2013 8:58 pm Post subject: IO bug |
|
|
Probably I made this error in one of my programming saturdays... If you make it in your spaghetti of million lines then next time you will find the problem will be of the order of a million years from now. FTN95 surprisingly keeps mum in the style of GNU Fortran (which allows a half of bugs go-go non-stop LOL)
Code: |
OPEN (UNIT=11,FILE='a.a')
read(11,'(4i1)') kA, kB, kC,
end |
|
|