Hi,
I've recently written a program, but it seems that one part of it is too long, the words appear in green and then red. I'm using the fortran fixed form programming
Is there a way for me to shorten the array because it deals with calculations. I've tried using "&" and it doesn't work still. Please help!Thanks!
call CPF(xi,eta,xb(i),yb(i),nx(i),ny(i),lg(i),PF1,PF2)
sum=sum+phi(i)*((xm(i)+ym(i))*PF2-PF1*(nx(i)+ny(i))- dphi(i)*PF1*(xm(i)+ym(i))
10 continue
The last part of it showing (xm(i)+ym(i)) starts to become green and red.
I've recently written a program, but it seems that one part of it is too long, the words appear in green and then red. I'm using the fortran fixed form programming
Is there a way for me to shorten the array because it deals with calculations. I've tried using "&" and it doesn't work still. Please help!Thanks!
call CPF(xi,eta,xb(i),yb(i),nx(i),ny(i),lg(i),PF1,PF2)
sum=sum+phi(i)*((xm(i)+ym(i))*PF2-PF1*(nx(i)+ny(i))- dphi(i)*PF1*(xm(i)+ym(i))
10 continue
The last part of it showing (xm(i)+ym(i)) starts to become green and red.