Improve declaration of LAPACKE_get_nancheck

This commit is contained in:
Martin Kroeker 2020-05-19 17:59:31 +02:00 committed by GitHub
parent 2931feb575
commit 6baa9a778d
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
}