Skip to content

Commit 51219d2

Browse files
committed
Fixed use of F77_xerbla in CBLAS testing framework
1 parent 4f504e0 commit 51219d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CBLAS/testing/c_s2chke.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void F77_s2chke(char *rout
4646
if (link_xerbla) /* call these first to link */
4747
{
4848
cblas_xerbla(cblas_info,cblas_rout,"");
49-
F77_xerbla(cblas_rout,&cblas_info);
49+
F77_xerbla(cblas_rout,&cblas_info, 1);
5050
}
5151
#endif
5252

0 commit comments

Comments
 (0)