From 5cb6b80e3240b35ae2c4e5d72f8116d36476a80d Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Wed, 30 Aug 2023 10:43:02 +0200 Subject: [PATCH] coreblas/getrf: minor coding style --- coreblas/compute/core_zgetrf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coreblas/compute/core_zgetrf.c b/coreblas/compute/core_zgetrf.c index 3c6546250..3089359da 100644 --- a/coreblas/compute/core_zgetrf.c +++ b/coreblas/compute/core_zgetrf.c @@ -19,14 +19,13 @@ * @author Cedric Castagnede * @author Florent Pruvost * @author Matthieu Kuhn - * @date 2023-07-26 + * @date 2023-08-31 * @precisions normal z -> c d s * */ #include "coreblas/lapacke.h" #include "coreblas.h" - int CORE_zgetrf( int m, int n, CHAMELEON_Complex64_t *A, int lda, int *IPIV, int *info ) -- GitLab