Skip to content

Commit b3166e1

Browse files
committed
comments fixed: NBVAL dimension
1 parent 80409a5 commit b3166e1

71 files changed

Lines changed: 71 additions & 71 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

TESTING/LIN/cchkge.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
*>
7979
*> \param[in] NBVAL
8080
*> \verbatim
81-
*> NBVAL is INTEGER array, dimension (NBVAL)
81+
*> NBVAL is INTEGER array, dimension (NNB)
8282
*> The values of the blocksize NB.
8383
*> \endverbatim
8484
*>

TESTING/LIN/cchkhe.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*>
6666
*> \param[in] NBVAL
6767
*> \verbatim
68-
*> NBVAL is INTEGER array, dimension (NBVAL)
68+
*> NBVAL is INTEGER array, dimension (NNB)
6969
*> The values of the blocksize NB.
7070
*> \endverbatim
7171
*>

TESTING/LIN/cchkhe_aa.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*>
6666
*> \param[in] NBVAL
6767
*> \verbatim
68-
*> NBVAL is INTEGER array, dimension (NBVAL)
68+
*> NBVAL is INTEGER array, dimension (NNB)
6969
*> The values of the blocksize NB.
7070
*> \endverbatim
7171
*>

TESTING/LIN/cchkhe_aa_2stage.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
*>
6767
*> \param[in] NBVAL
6868
*> \verbatim
69-
*> NBVAL is INTEGER array, dimension (NBVAL)
69+
*> NBVAL is INTEGER array, dimension (NNB)
7070
*> The values of the blocksize NB.
7171
*> \endverbatim
7272
*>

TESTING/LIN/cchkhe_rk.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
*>
6767
*> \param[in] NBVAL
6868
*> \verbatim
69-
*> NBVAL is INTEGER array, dimension (NBVAL)
69+
*> NBVAL is INTEGER array, dimension (NNB)
7070
*> The values of the blocksize NB.
7171
*> \endverbatim
7272
*>

TESTING/LIN/cchkhe_rook.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
*>
6767
*> \param[in] NBVAL
6868
*> \verbatim
69-
*> NBVAL is INTEGER array, dimension (NBVAL)
69+
*> NBVAL is INTEGER array, dimension (NNB)
7070
*> The values of the blocksize NB.
7171
*> \endverbatim
7272
*>

TESTING/LIN/cchklqt.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
*>
7777
*> \param[in] NBVAL
7878
*> \verbatim
79-
*> NBVAL is INTEGER array, dimension (NBVAL)
79+
*> NBVAL is INTEGER array, dimension (NNB)
8080
*> The values of the blocksize NB.
8181
*> \endverbatim
8282
*>

TESTING/LIN/cchklqtp.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
*>
7777
*> \param[in] NBVAL
7878
*> \verbatim
79-
*> NBVAL is INTEGER array, dimension (NBVAL)
79+
*> NBVAL is INTEGER array, dimension (NNB)
8080
*> The values of the blocksize NB.
8181
*> \endverbatim
8282
*>

TESTING/LIN/cchkpb.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*>
6666
*> \param[in] NBVAL
6767
*> \verbatim
68-
*> NBVAL is INTEGER array, dimension (NBVAL)
68+
*> NBVAL is INTEGER array, dimension (NNB)
6969
*> The values of the blocksize NB.
7070
*> \endverbatim
7171
*>

TESTING/LIN/cchkpo.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*>
6666
*> \param[in] NBVAL
6767
*> \verbatim
68-
*> NBVAL is INTEGER array, dimension (NBVAL)
68+
*> NBVAL is INTEGER array, dimension (NNB)
6969
*> The values of the blocksize NB.
7070
*> \endverbatim
7171
*>

0 commit comments

Comments
 (0)