diff --git a/spm.c b/spm.c index a5a062b8782417e739f51f7019cfbef6eec5d796..922ad3be2903f0437d4e643fa3d88d6737230110 100644 --- a/spm.c +++ b/spm.c @@ -334,7 +334,7 @@ double spmNorm( int ntype, const pastix_spm_t *spm ) { - pastix_spm_t *spmtmp; + pastix_spm_t *spmtmp = (pastix_spm_t*)spm; double norm = -1.; if ( spm->dof != 1 ) {