Quale versione del fortran utilizzi?
A cura di Giuseppe Ciaburro
Pubblicato il 01/07/2007
Una serie di consigli utili sulla programmazione in Fortran 90
Si tratta di una serie di slide proposte in formato pdf.
Cliccando sul link in basso sarà possibile scaricare il documento.
Di seguito un estratto dal documento.
Include the keyword program and the name of the
program in every
program-end statement.
Every variable that is used in a Fortran
program
should be listed in a type declaration.
Every program and
procedure should include the
implicit none statement to turn off implicit
typing.
(This rule may be broken for very short programs.)
Echo all input
data for small amount of input data.
Whenever possible, use the default input
format.