Skip to content

Fix: prevent implicit 'save' attribute in subroutine variables

Sebastian Müller requested to merge muellese/mhm:fix_default_args into develop

local variables with an initialization expression are implicitly marked as save by the fortran standard. This could result in strange behavior for some optional variables.

Merge request reports