diff --git a/testing/testing_zcheck_facto.c b/testing/testing_zcheck_facto.c index 5d6f5dfa12571617725caad62ff9848a504efbcd..03e709488c0334c36f5293076434d1925ba3d82d 100644 --- a/testing/testing_zcheck_facto.c +++ b/testing/testing_zcheck_facto.c @@ -254,6 +254,7 @@ int check_zxxtrf( run_arg_list_t *args, cham_mtxtype_t matrix_type, cham_uplo_t } break; + /* WARNING: A must be fully initialized and not just the correct triangular part */ #if defined(PRECISION_z) || defined(PRECISION_c) case ChamHermitian: Anorm = CHAMELEON_zlanhe_Tile( ChamOneNorm, uplo, descA );