diff options
Diffstat (limited to 'BLAS/SRC/cgbmv.f')
-rw-r--r-- | BLAS/SRC/cgbmv.f | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BLAS/SRC/cgbmv.f b/BLAS/SRC/cgbmv.f index 2a837dba..a3dd2799 100644 --- a/BLAS/SRC/cgbmv.f +++ b/BLAS/SRC/cgbmv.f @@ -122,6 +122,7 @@ * =============== * * Level 2 Blas routine. +* The vector and matrix arguments are not referenced when N = 0, or M = 0 * * -- Written on 22-October-1986. * Jack Dongarra, Argonne National Lab. |