Correct info testing for SYSVXX routines
authorjulie <julielangou@users.noreply.github.com>
Thu, 23 Apr 2015 03:25:41 +0000 (03:25 +0000)
committerjulie <julielangou@users.noreply.github.com>
Thu, 23 Apr 2015 03:25:41 +0000 (03:25 +0000)
commitc2bb35e025810d6e7c23c74f2858227f338c97df
treef86241b80e690c4435b6c93b0fcc265d7157ffb0
parentfe1d6223cac273c4b7f45311ae0f1e60aba3f09b
Correct info testing for SYSVXX routines

in ?SYSVXX
 INFO = -10 needs to be changed to INFO = -11
The code in this section of the files is about to check and make sure all S
elements are positive. And S is argument 11 not 10.

in ?ERRVXX
 Add info testing for input parameter 10 and 11
SRC/csysvxx.f
SRC/dsysvxx.f
SRC/ssysvxx.f
SRC/zsysvxx.f
TESTING/LIN/cerrvxx.f
TESTING/LIN/derrvxx.f
TESTING/LIN/serrvxx.f
TESTING/LIN/zerrvxx.f