Skip to content

Commit 427a9b4

Browse files
authored
Add another missing API_SUFFIX wrapper
1 parent 9d56cff commit 427a9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LAPACKE/src/lapacke_ztfsm_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ lapack_int API_SUFFIX(LAPACKE_ztfsm_work)( int matrix_layout, char transr, char
8686
b_t, &ldb_t );
8787
info = 0; /* LAPACK call is ok! */
8888
/* Transpose output matrices */
89-
LAPACKE_zge_trans( LAPACK_COL_MAJOR, m, n, b_t, ldb_t, b, ldb );
89+
API_SUFFIX(LAPACKE_zge_trans)( LAPACK_COL_MAJOR, m, n, b_t, ldb_t, b, ldb );
9090
/* Release memory and exit */
9191
if( IS_Z_NONZERO(alpha) ) {
9292
LAPACKE_free( a_t );

0 commit comments

Comments
 (0)