Skip to content

Commit a0e1ccd

Browse files
authored
Merge pull request #448 from martin-frbg/issue416
Improve prototype for LAPACKE_get_nancheck
2 parents 2be5a09 + 80b0a2b commit a0e1ccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LAPACKE/include/lapacke.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12575,7 +12575,7 @@ lapack_int LAPACKE_zhetrs_aa_2stage_work( int matrix_layout, char uplo, lapack_i
1257512575

1257612576
/* APIs for set/get nancheck flags */
1257712577
void LAPACKE_set_nancheck( int flag );
12578-
int LAPACKE_get_nancheck( );
12578+
int LAPACKE_get_nancheck( void );
1257912579

1258012580
#ifdef __cplusplus
1258112581
}

0 commit comments

Comments
 (0)