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

@@ -604,7 +604,7 @@ f"> */
/* > Christof Voemel, University of California, Berkeley, USA */
/* ===================================================================== */
/* Subroutine */ int dlarrr_(integer *n, doublereal *d__, doublereal *e,
/* Subroutine */ void dlarrr_(integer *n, doublereal *d__, doublereal *e,
integer *info)
{
/* System generated locals */
@@ -639,7 +639,7 @@ f"> */
/* Function Body */
if (*n <= 0) {
*info = 0;
return 0;
return;
}
/* As a default, do NOT go for relative-accuracy preserving computations. */
@@ -697,7 +697,7 @@ f"> */
L11:
if (yesrel) {
*info = 0;
return 0;
return;
} else {
}
@@ -716,7 +716,7 @@ L11:
/* to the computed eigenvectors (and the support) */
return 0;
return;
/* END OF DLARRR */