summaryrefslogtreecommitdiff
path: root/SRC/slasd6.f
diff options
context:
space:
mode:
authorlangou <langou@users.noreply.github.com>2010-06-21 21:06:42 +0000
committerlangou <langou@users.noreply.github.com>2010-06-21 21:06:42 +0000
commit19ae0b88353aae83884de39906dd75c1dcdd8d2e (patch)
treeacbc96bcac4cdf10e342a4ba8dc36ec0b14bd815 /SRC/slasd6.f
parent769ba9a44c70b5d03df2c0394b94695a41e456d6 (diff)
downloadlapack-19ae0b88353aae83884de39906dd75c1dcdd8d2e.tar.gz
lapack-19ae0b88353aae83884de39906dd75c1dcdd8d2e.tar.bz2
lapack-19ae0b88353aae83884de39906dd75c1dcdd8d2e.zip
OK. So I got upset and did a
grep "an singular value" *f in our SRC files to fix them all. Here we go.
Diffstat (limited to 'SRC/slasd6.f')
-rw-r--r--SRC/slasd6.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/slasd6.f b/SRC/slasd6.f
index ad889772..e2bac8ba 100644
--- a/SRC/slasd6.f
+++ b/SRC/slasd6.f
@@ -191,7 +191,7 @@
* INFO (output) INTEGER
* = 0: successful exit.
* < 0: if INFO = -i, the i-th argument had an illegal value.
-* > 0: if INFO = 1, an singular value did not converge
+* > 0: if INFO = 1, a singular value did not converge
*
* Further Details
* ===============