Fix signatures of external functions in the f2c-generated C sources
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user