02.09.2013 Views

FORTRAN 90: Functions, Modules, and Subroutines (pdf format)

FORTRAN 90: Functions, Modules, and Subroutines (pdf format)

FORTRAN 90: Functions, Modules, and Subroutines (pdf format)

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Using a module<br />

• Temperature-conversion library<br />

• USE module-name<br />

– Placed at the beginning of the specification section of your main<br />

program.<br />

– All identifiers used in the specified module are imported into the<br />

program unit.<br />

• USE module-name, ONLY: list<br />

– Only identifiers listed are imported.<br />

• USE Temperature, ONLY: Fahr_to_Celsius

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!