Fix signatures of external functions in the f2c-generated C sources
This commit is contained in:
@@ -634,7 +634,7 @@ f"> */
|
||||
/* > \ingroup complex16GTcomputational */
|
||||
|
||||
/* ===================================================================== */
|
||||
/* Subroutine */ int zgttrf_(integer *n, doublecomplex *dl, doublecomplex *
|
||||
/* Subroutine */ void zgttrf_(integer *n, doublecomplex *dl, doublecomplex *
|
||||
d__, doublecomplex *du, doublecomplex *du2, integer *ipiv, integer *
|
||||
info)
|
||||
{
|
||||
@@ -671,13 +671,13 @@ f"> */
|
||||
*info = -1;
|
||||
i__1 = -(*info);
|
||||
xerbla_("ZGTTRF", &i__1, (ftnlen)6);
|
||||
return 0;
|
||||
return;
|
||||
}
|
||||
|
||||
/* Quick return if possible */
|
||||
|
||||
if (*n == 0) {
|
||||
return 0;
|
||||
return;
|
||||
}
|
||||
|
||||
/* Initialize IPIV(i) = i and DU2(i) = 0 */
|
||||
@@ -813,7 +813,7 @@ f"> */
|
||||
}
|
||||
L50:
|
||||
|
||||
return 0;
|
||||
return;
|
||||
|
||||
/* End of ZGTTRF */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user