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