Define SUBROUTINE and FUNCTION argument typespec explicitely in HELP #24
Labels
tag: HELP modifs
When a PR or Issue inply changes to the FORTRAN base code of HELP
type: bug
Something isn't working
Milestone
As mentionned in #22 (comment), arguments of each
SUBROUTINE
orFUNCTION
should be explicitly defined. This is to avoid warning or the typevars2fortran: No typespec for argument "nt". Block: leap
when compiling withf2py
.For example, the
SUBROUTINE READIN
does not produce such a warnings.So I think this can be safely ignored for the moment.
The text was updated successfully, but these errors were encountered: