I am working with an old fortran program.
My problem is a conflict between variables of REAL*4 and REAL*8 type.
The dummy argument used in the declaration of a subroutine in the program is of the REAL*8 type.
The actual argument used for calling this subroutine is of the REAL*4 type.
When the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.