attempt at fixing build errors for CI tests

This commit is contained in:
Johnathan Rhyne
2025-10-22 19:47:38 -06:00
parent 87d679164c
commit 746f7afb2b
4 changed files with 12 additions and 6 deletions
+4 -2
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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..
*