Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Rednas1

    common vs. parameter

    Thanks! I guess that'll do the trick
  2. Rednas1

    common vs. parameter

    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...
  3. Rednas1

    common vs. parameter

    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...

Part and Inventory Search

Back
Top