aboutsummaryrefslogtreecommitdiff
path: root/SRC/dlasq3.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-01-28 18:44:38 +0000
committerjulie <julielangou@users.noreply.github.com>2010-01-28 18:44:38 +0000
commit616eee3f2d29f2438fef25e1d044b000a3990c0f (patch)
tree38a83abb9258ab1583d789673e39035c7afff66f /SRC/dlasq3.f
parentf020b6fd2f76145b2f4dae5112dc7d4e94383e7b (diff)
Polish some comments, etc.. for the C wrapper
Diffstat (limited to 'SRC/dlasq3.f')
-rw-r--r--SRC/dlasq3.f15
1 files changed, 14 insertions, 1 deletions
diff --git a/SRC/dlasq3.f b/SRC/dlasq3.f
index e5ea244d..d93a5013 100644
--- a/SRC/dlasq3.f
+++ b/SRC/dlasq3.f
@@ -74,7 +74,20 @@
* TTYPE (input/output) INTEGER
* Shift type.
*
-* DMIN1, DMIN2, DN, DN1, DN2, G, TAU (input/output) DOUBLE PRECISION
+* DMIN1 (input/output) DOUBLE PRECISION
+*
+* DMIN2 (input/output) DOUBLE PRECISION
+*
+* DN (input/output) DOUBLE PRECISION
+*
+* DN1 (input/output) DOUBLE PRECISION
+*
+* DN2 (input/output) DOUBLE PRECISION
+*
+* G (input/output) DOUBLE PRECISION
+*
+* TAU (input/output) DOUBLE PRECISION
+*
* These are passed as arguments in order to save their values
* between calls to DLASQ3.
*