bug: fixes always failing tests for *TREXC which was erroneous tests
authorNick Papior <nickpapior@gmail.com>
Sun, 18 Sep 2016 13:21:11 +0000 (15:21 +0200)
committerNick Papior <nickpapior@gmail.com>
Sun, 18 Sep 2016 13:21:11 +0000 (15:21 +0200)
commit87c31223b1a90302bf75ee3f6f58c84233bf5cec
tree4f19973955b3f6c0b7c2ef01cf8dc3cb52126e5b
parent7bd944279193dd7d85294286973b40c2ee80ba5b
bug: fixes always failing tests for *TREXC which was erroneous tests

There where checks for *TREXC for the argument of N = 0 with a return value
of -7. However, the documentation of the *TREXC routines specify that
N = 0 is a valid argument with instant return.

Hence the checks have been removed and the quick returns established in the
affected routines.

Also comments for [dz]errec.f files are fixed.

Signed-off-by: Nick Papior <nickpapior@gmail.com>
SRC/ctrexc.f
SRC/ztrexc.f
TESTING/EIG/cerrec.f
TESTING/EIG/derrec.f
TESTING/EIG/serrec.f
TESTING/EIG/zerrec.f