xGESVJ, JOBA parameter: 'CHARACTER* 1' -> 'CHARACTER*1'
authorHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 15:51:25 +0000 (17:51 +0200)
committerHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 15:51:25 +0000 (17:51 +0200)
SRC/cgesvj.f
SRC/dgesvj.f
SRC/sgesvj.f
SRC/zgesvj.f

index 695cb45..8cce26b 100644 (file)
@@ -52,7 +52,7 @@
 *
 *> \param[in] JOBA
 *> \verbatim
-*>          JOBA is CHARACTER* 1
+*>          JOBA is CHARACTER*1
 *>          Specifies the structure of A.
 *>          = 'L': The input matrix A is lower triangular;
 *>          = 'U': The input matrix A is upper triangular;
index e8f6598..09025c2 100644 (file)
@@ -54,7 +54,7 @@
 *
 *> \param[in] JOBA
 *> \verbatim
-*>          JOBA is CHARACTER* 1
+*>          JOBA is CHARACTER*1
 *>          Specifies the structure of A.
 *>          = 'L': The input matrix A is lower triangular;
 *>          = 'U': The input matrix A is upper triangular;
index 371ec8d..adce345 100644 (file)
@@ -54,7 +54,7 @@
 *
 *> \param[in] JOBA
 *> \verbatim
-*>          JOBA is CHARACTER* 1
+*>          JOBA is CHARACTER*1
 *>          Specifies the structure of A.
 *>          = 'L': The input matrix A is lower triangular;
 *>          = 'U': The input matrix A is upper triangular;
index 74c99a2..1e1be50 100644 (file)
@@ -52,7 +52,7 @@
 *
 *> \param[in] JOBA
 *> \verbatim
-*>          JOBA is CHARACTER* 1
+*>          JOBA is CHARACTER*1
 *>          Specifies the structure of A.
 *>          = 'L': The input matrix A is lower triangular;
 *>          = 'U': The input matrix A is upper triangular;