Mentions légales du service

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

Fix fortran module

parent a788dc7a
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,6 @@ z_spmMergeDuplicate( pastix_spm_t *spm )
pastix_int_t dof2 = spm->dof * spm->dof;
pastix_int_t idx, i, j, d, size;
pastix_int_t merge = 0;
(void)d;
if ( spm->fmttype == PastixCSC ) {
idx = 0;
......@@ -180,6 +179,7 @@ z_spmMergeDuplicate( pastix_spm_t *spm )
}
}
(void)d;
return merge;
}
......
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