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

@@ -614,7 +614,7 @@ f"> */
/* > \ingroup complexOTHERcomputational */
/* ===================================================================== */
/* Subroutine */ int ctrttp_(char *uplo, integer *n, complex *a, integer *lda,
/* Subroutine */ void ctrttp_(char *uplo, integer *n, complex *a, integer *lda,
complex *ap, integer *info)
{
/* System generated locals */
@@ -657,7 +657,7 @@ f"> */
if (*info != 0) {
i__1 = -(*info);
xerbla_("CTRTTP", &i__1, (ftnlen)6);
return 0;
return;
}
if (lower) {
@@ -687,7 +687,7 @@ f"> */
}
return 0;
return;
/* End of CTRTTP */