Fix signatures of external functions in the f2c-generated C sources

This commit is contained in:
martin-frbg
2022-12-14 14:06:55 +01:00
parent 48f4151373
commit 8df791e513
1949 changed files with 14669 additions and 14041 deletions

View File

@@ -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 */