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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Saving values of local variables<br />

• Values of local variables in sub-programs are<br />

not retained from one execution to the next,<br />

unless:<br />

– They are initialized in their declarations, or<br />

– They are declared to have the SAVE attribute.<br />

• type, SAVE :: list-of-local variables<br />

• SAVE list-of-local variables<br />

– If list is omitted, values of all variables will be saved.

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

Saved successfully!

Ooh no, something went wrong!