Merge pull request #1257 from ACSimon33/wrong_external_symbols
Fixed wrong external symbol declarations
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@
|
||||
INTEGER I, LASTV, LASTC
|
||||
* ..
|
||||
* .. External Subroutines ..
|
||||
EXTERNAL CAXPY, CGEMV, CGER, CSCAL
|
||||
EXTERNAL CAXPY, CGEMV, CGERC, CSCAL
|
||||
* ..
|
||||
* .. Intrinsic Functions ..
|
||||
INTRINSIC CONJG
|
||||
|
||||
+1
-1
@@ -176,7 +176,7 @@
|
||||
EXTERNAL LSAME
|
||||
* ..
|
||||
* .. External Subroutines ..
|
||||
EXTERNAL XERBLA, ZLARF1, ZLARF1F
|
||||
EXTERNAL XERBLA, ZLARF1L, ZLARF1F
|
||||
* ..
|
||||
* .. Intrinsic Functions ..
|
||||
INTRINSIC DCONJG, MAX
|
||||
|
||||
Reference in New Issue
Block a user