consideration
Programmer
hi,
in fortran 77, what does the second indice mean when
an array "x(2,5)" is defined (in this case ->5<-)?
can anyone explain me this code :
q(a,b) = q(a,b) + q(a,c)
Why a second indice and for what ?
THANKS in Advance
in fortran 77, what does the second indice mean when
an array "x(2,5)" is defined (in this case ->5<-)?
can anyone explain me this code :
q(a,b) = q(a,b) + q(a,c)
Why a second indice and for what ?
THANKS in Advance