rajabadsha
Programmer
Can anyone please tell me the difference between and the meaning of the following six statements:
1) parameter (ndsrc=100)
2) parameter (nndx=2000+2*nwtd,nndz=2000+nwtd)
3) real*4 ut(nndx,ntsrc)
4) dimension u1(nndx,nndz)
5) dimension xsrcin(ndsrc)
6) dimension ysrcin(ndsrc)
1) parameter (ndsrc=100)
2) parameter (nndx=2000+2*nwtd,nndz=2000+nwtd)
3) real*4 ut(nndx,ntsrc)
4) dimension u1(nndx,nndz)
5) dimension xsrcin(ndsrc)
6) dimension ysrcin(ndsrc)