summaryrefslogtreecommitdiff
path: root/SRC/zsyconv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zsyconv.f')
-rw-r--r--SRC/zsyconv.f3
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/zsyconv.f b/SRC/zsyconv.f
index 43cae75c..91752637 100644
--- a/SRC/zsyconv.f
+++ b/SRC/zsyconv.f
@@ -1,7 +1,6 @@
SUBROUTINE ZSYCONV( UPLO, WAY, N, A, LDA, IPIV, WORK, INFO )
*
* -- LAPACK PROTOTYPE routine (version 3.2.2) --
-*
* -- Written by Julie Langou of the Univ. of TN --
* May 2010
*
@@ -32,7 +31,7 @@
* as an upper or lower triangular matrix.
* = 'U': Upper triangular, form is A = U*D*U**T;
* = 'L': Lower triangular, form is A = L*D*L**T.
-*
+*
* WAY (input) CHARACTER*1
* = 'C': Convert
* = 'R': Revert