Hello,
It's been a while since I posted.
I have this line:
write(13,153) ((( ALOG(WSratio(I,J,K))/ALOG(ZU/ZL), I=1,7), J=1,4), K = 3)
Upon compile, IVF v.14.x says this:
error #5082: Syntax error, found ')' when expecting one of: ,
It's almost acting as thought my parentheses are unbalanced, but I believe they are balanced.
I wonder what the real violation is here.
Any help is appreciated, as always.