attempt at fixing build errors for CI tests
This commit is contained in:
+4
-2
@@ -177,7 +177,8 @@
|
||||
* .. Parameters ..
|
||||
*
|
||||
COMPLEX ONE, NEG_ONE, ZERO
|
||||
PARAMETER(ONE=1.0E+0, ZERO = 0.0E+0, NEG_ONE=-1.0E+0)
|
||||
PARAMETER(ONE=(1.0E+0,0.0E+0), ZERO = (0.0E+0,0.0E+0),
|
||||
$ NEG_ONE=(-1.0E+0,0.0E+0))
|
||||
*
|
||||
* .. Local Scalars ..
|
||||
*
|
||||
@@ -191,7 +192,8 @@
|
||||
* .. External Functions..
|
||||
*
|
||||
LOGICAL LSAME
|
||||
EXTERNAL LSAME
|
||||
INTEGER ILAENV
|
||||
EXTERNAL LSAME, ILAENV
|
||||
*
|
||||
* .. Intrinsic Functions..
|
||||
*
|
||||
|
||||
+2
-1
@@ -191,7 +191,8 @@
|
||||
* .. External Functions..
|
||||
*
|
||||
LOGICAL LSAME
|
||||
EXTERNAL LSAME
|
||||
INTEGER ILAENV
|
||||
EXTERNAL LSAME, ILAENV
|
||||
*
|
||||
* The general scheme used is inspired by the approach inside DGEQRT3
|
||||
* which was (at the time of writing this code):
|
||||
|
||||
+2
-1
@@ -191,7 +191,8 @@
|
||||
* .. External Functions..
|
||||
*
|
||||
LOGICAL LSAME
|
||||
EXTERNAL LSAME
|
||||
INTEGER ILAENV
|
||||
EXTERNAL LSAME, ILAENV
|
||||
*
|
||||
* The general scheme used is inspired by the approach inside DGEQRT3
|
||||
* which was (at the time of writing this code):
|
||||
|
||||
+4
-2
@@ -177,7 +177,8 @@
|
||||
* .. Parameters ..
|
||||
*
|
||||
COMPLEX*16 ONE, NEG_ONE, ZERO
|
||||
PARAMETER(ONE=1.0D+0, ZERO = 0.0D+0, NEG_ONE=-1.0D+0)
|
||||
PARAMETER(ONE=(1.0D+0,0.0D+0), ZERO = (0.0D+0,0.0D+0),
|
||||
$ NEG_ONE=(-1.0D+0,0.0D+0))
|
||||
*
|
||||
* .. Local Scalars ..
|
||||
*
|
||||
@@ -191,7 +192,8 @@
|
||||
* .. External Functions..
|
||||
*
|
||||
LOGICAL LSAME
|
||||
EXTERNAL LSAME
|
||||
INTEGER ILAENV
|
||||
EXTERNAL LSAME, ILAENV
|
||||
*
|
||||
* .. Intrinsic Functions..
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user