Skip to content

Commit 181b0cc

Browse files
committed
fixed inconsistent function definitiom of CLARFB0C2
1 parent bf84397 commit 181b0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SRC/clarfb0c2.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
*> \endverbatim
179179
*>
180180
* =====================================================================
181-
SUBROUTINE CLARFB0C2(C2I, SIDE, TRANS, DIRECT, STOREV,
182-
$ M, N, K, V, LDV, T, LDT, C, LDC)
181+
SUBROUTINE CLARFB0C2(C2I, SIDE, TRANS, DIRECT, STOREV, M, N
182+
$ K, V, LDV, T, LDT, C, LDC)
183183
! Scalar arguments
184184
INTEGER M, N, K, LDV, LDC, LDT
185185
CHARACTER SIDE, TRANS, DIRECT, STOREV

0 commit comments

Comments
 (0)