Improve declaration of LAPACKE_get_nancheck
This commit is contained in:
parent
2931feb575
commit
6baa9a778d
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue