On Mon, May 27, 2013 at 11:21:37AM +0200, Tobias Burnus wrote:
> The dummy arguments names in a Fortran interface block are part of
> the interface as one can use "call proc(argname=value)" besides
> "call proc(value)"; thus, the dummy argument names are significant.
>
> The attached patch updates
The dummy arguments names in a Fortran interface block are part of the
interface as one can use "call proc(argname=value)" besides "call
proc(value)"; thus, the dummy argument names are significant.
The attached patch updates the names in the module file - and for
completeness also in the docu