bhstauffer / Hybrid-code-fortran-90

modern language hybrid code.
1 stars 6 forks source link

Added save attribute to modules with variables. #5

Closed npbarnes closed 8 years ago

npbarnes commented 9 years ago

This is required since any of those variables can be overwritten with junk data whenever the module goes out of scope.