Рет қаралды 13
This video is part of the playlist • Fortran Refresher . Click the link to view the entire playlist.
Accompanying notebook: github.com/pel...
Modules are a way to keep data, and the procedures and functions that work on the data, contained in one location of your code. A module may be made available to any running part of the program, so the variables and routines in a module are global in nature. Modules can be defined in any Fortran source file.