I'm not sure. Imagine the following program:
--------------------------------------------
program main
use pi
implicit real (a-z)
write(6, *) pi
end program main
module input
implicit double precision (a-z)
real, parameter :: pi = 3.14
end module input...
Hello all,
I'm working with an optimization program written in Fortran 77 and am interested in exploring the possibilities of Fortran 90 and translating my program. Since it is a rather lengthy and complicated program I'm encountering problems with the use of COMMON blocks to pass constants...
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.