Thank you, mikrom! I think your code was helpful. I in between did the following:
program doku
character line*100
open(3,file='datei.csv', status='old')
100 read(3,'(a)',iostat=n) line
if (n < 0) goto 1000
i = index(line,';')
j = index(line(i+1:),';')...
Hello all!
Decades ago I was busy with Fortran. Currently one question: Is it allow to call a subroutine in a function like:
real function f(x)
real::x,t1misch
pa1=0.407
ha=-113.3
hd12=1330.
xd1hv=1350.
x1misch=x
call glgew(x1misch,xd1hv,t1misch,pa1,2)
call...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.