Page 1 of 1

?GGESX: fixing SELCTG description

PostPosted: Mon Apr 04, 2016 6:57 am
by chereshnev
SELCTG description in ?GGESX routines looks like:
Code: Select all
*> \param[in] SELCTG
*> \verbatim
*>          SELCTG is procedure) LOGICAL FUNCTION of three DOUBLE PRECISION arguments


I think correct description should be:

Code: Select all
*>          SELCTG is LOGICAL FUNCTION of three DOUBLE PRECISION arguments


without "procedure)" word. Patch contains these types of fixes for all four precisions.