Building the documentation given messages like:
- warning: argument 'stage' of command @param is not found in the argument list of
- warning: The following parameters of chetrd_hb2st(character STAGE1, character VECT, character UPLO, integer N, integer KD, complex, dimension(ldab, *) AB, integer LDAB, real, dimension(*) D, real, dimension(*) E, complex, dimension(*) HOUS, integer LHOUS, complex, dimension(*) WORK, integer LWORK, integer INFO) are not documented:
parameter 'stage1'
this fix sees to it that the messages disappear
This commit is purely of cleaning up missing externals. Currently there
is no check on EXTERNAL's not used.
Signed-off-by: Nick Papior <nickpapior@gmail.com>
This is really old school, but a lot of times we have users sending us
copy pasting of codes, and that is the only way to know the version of
the code.