Merge pull request #2622 from martin-frbg/issue2619

Improve declaration of LAPACKE_get_nancheck
This commit is contained in:
Martin Kroeker 2020-05-19 23:07:22 +02:00 committed by GitHub
commit e1038ea836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12575,7 +12575,7 @@ lapack_int LAPACKE_zhetrs_aa_2stage_work( int matrix_layout, char uplo, lapack_i
/* APIs for set/get nancheck flags */
void LAPACKE_set_nancheck( int flag );
int LAPACKE_get_nancheck( );
int LAPACKE_get_nancheck( void );
#ifdef __cplusplus
}