Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 181f94a2 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

zgenm2: fix unused value

parent 015776f8
No related branches found
No related tags found
1 merge request!374Fix bugs reported by Sonarqube
...@@ -167,8 +167,6 @@ chameleon_pzgenm2( double tol, const CHAM_desc_t *A, double *result, ...@@ -167,8 +167,6 @@ chameleon_pzgenm2( double tol, const CHAM_desc_t *A, double *result,
chameleon_desc_destroy( &DROW ); chameleon_desc_destroy( &DROW );
chameleon_desc_destroy( &NRMX ); chameleon_desc_destroy( &NRMX );
return; return;
} else {
normx = *result;
} }
chameleon_desc_init( &NRMSX, CHAMELEON_MAT_ALLOC_GLOBAL, ChamRealDouble, 2, 1, 2, chameleon_desc_init( &NRMSX, CHAMELEON_MAT_ALLOC_GLOBAL, ChamRealDouble, 2, 1, 2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment