I want to read a file, in which in each line are one pair of numbers. unfortunatly those are seperated used a tab.
example:
1 2
There are a lot of pairs, so the numbers will get quite large, like:
1234 666
I dont have a clue how to read those numbers! Everytime I try, i get an input conversion error.
read(unit=1,"(2i8)",iostat=ios) tmp1, tmp2
this for example doesnt work.
I work with Fortran 90
Has anybody an idea?
many thanks in advance!
example:
1 2
There are a lot of pairs, so the numbers will get quite large, like:
1234 666
I dont have a clue how to read those numbers! Everytime I try, i get an input conversion error.
read(unit=1,"(2i8)",iostat=ios) tmp1, tmp2
this for example doesnt work.
I work with Fortran 90
Has anybody an idea?
many thanks in advance!