summaryrefslogtreecommitdiff
path: root/BLAS/SRC/zgbmv.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-01-04 19:58:09 +0000
committerjulie <julielangou@users.noreply.github.com>2011-01-04 19:58:09 +0000
commit6cb10ef589f5c8840d21fc937ccc57cf4112b70d (patch)
tree3a59ad9956ba5c40dd7378244a70c9e485e95ebd /BLAS/SRC/zgbmv.f
parent8326a972ee36357ae635e91b43e9c250ed35a202 (diff)
downloadlapack-6cb10ef589f5c8840d21fc937ccc57cf4112b70d.tar.gz
lapack-6cb10ef589f5c8840d21fc937ccc57cf4112b70d.tar.bz2
lapack-6cb10ef589f5c8840d21fc937ccc57cf4112b70d.zip
minor fix: add comment to warn that vector and matrix arguments are not referenced when N = 0, or M = 0
Diffstat (limited to 'BLAS/SRC/zgbmv.f')
-rw-r--r--BLAS/SRC/zgbmv.f1
1 files changed, 1 insertions, 0 deletions
diff --git a/BLAS/SRC/zgbmv.f b/BLAS/SRC/zgbmv.f
index 5a2228d0..35ca8044 100644
--- a/BLAS/SRC/zgbmv.f
+++ b/BLAS/SRC/zgbmv.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.