consideration
Programmer
hi,
i'm very new to FORTRAN 77 and i hope someone
can help me out.
1.code :
real*8 pa(1), sa(1), ra(1), ea(1), ta(1), aa(1), ha(1)
integer npts, mflag
can anyone explain me the term "pa(1)" in c++ language ?
what does "(1)" stand for ? array ?
2.code :
rhos = (ps / s5) ** (1.0d0 / gama)
what does "**" stand for (in c++) ??
THANKS in Advance (really!)
i'm very new to FORTRAN 77 and i hope someone
can help me out.
1.code :
real*8 pa(1), sa(1), ra(1), ea(1), ta(1), aa(1), ha(1)
integer npts, mflag
can anyone explain me the term "pa(1)" in c++ language ?
what does "(1)" stand for ? array ?
2.code :
rhos = (ps / s5) ** (1.0d0 / gama)
what does "**" stand for (in c++) ??
THANKS in Advance (really!)