diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c index 288cc93828c06a1d2bd1412435d59b5cc589a2b2..8d763d0bda5bf260c8f5abfb89cf438a4ed63b06 100644 --- a/compute/pzhetrd_he2hb.c +++ b/compute/pzhetrd_he2hb.c @@ -102,7 +102,7 @@ void chameleon_pzhetrd_he2hb(cham_uplo_t uplo, tempkn = k == A->nt-1 ? A->n-k*A->nb : A->nb; INSERT_TASK_zhe2ge( &options, - uplo, tempkn, tempkn, A->mb, + uplo, tempkn, tempkn, A->mb, A(k, k), D(k) ); }