seagullsarebeautiful
Programmer
Hi,
I am translation some Fortran to Java and would appreciate some help to understand what the DATA below means.
DOUBLE PRECISION FUNCTION BESFJ1(X)
DOUBLE PRECISION X
DOUBLE PRECISION SRNAME
DATA SRNAME /8H BESFJ1 /
Is there now some equivalence between BESFJ1 and SRNAME ? what does the 8H signify ?
thanks
David
I am translation some Fortran to Java and would appreciate some help to understand what the DATA below means.
DOUBLE PRECISION FUNCTION BESFJ1(X)
DOUBLE PRECISION X
DOUBLE PRECISION SRNAME
DATA SRNAME /8H BESFJ1 /
Is there now some equivalence between BESFJ1 and SRNAME ? what does the 8H signify ?
thanks
David