Fortran

Mar 09, 2007 00:05

I thought I had come to terms with Fortran. I can read most code these days without difficulty. Yet, somehow, I never had the joy of experiencing this, until today that is:

10000 read (plti,end=10040) jday,((c1(b,ac(jc)),b=1,nb),jc=1,nac)

Nested implicit do loops are not your friendly. Doubly so when they are being used to access a multi-dimensional array. It took me a long time to recognize what was going on.
Previous post Next post
Up