Mentions légales du service

Skip to content
Snippets Groups Projects

Fix errors

Merged LISITO Alycia requested to merge alisito/spm:fix_errors into master
All threads resolved!
3 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
0
@@ -524,6 +524,7 @@ spm_scatter_csx_local_generic( const spmatrix_t *oldspm,
@@ -524,6 +524,7 @@ spm_scatter_csx_local_generic( const spmatrix_t *oldspm,
assert( jl == newspm->nnz );
assert( jl == newspm->nnz );
assert( vl == (size_t)(newspm->nnzexp) );
assert( vl == (size_t)(newspm->nnzexp) );
free( dofshift );
free( dofshift );
 
(void) vl;
}
}
/**
/**
@@ -1040,6 +1041,7 @@ spm_scatter_ijv_local( const spmatrix_t *oldspm,
@@ -1040,6 +1041,7 @@ spm_scatter_ijv_local( const spmatrix_t *oldspm,
assert( kl == newspm->nnz );
assert( kl == newspm->nnz );
assert( vl == newspm->nnzexp );
assert( vl == newspm->nnzexp );
 
(void) vl;
}
}
/**
/**
@@ -1122,6 +1124,7 @@ spm_scatter_ijv_remote( const spmatrix_t *oldspm,
@@ -1122,6 +1124,7 @@ spm_scatter_ijv_remote( const spmatrix_t *oldspm,
assert( kl == newspm->nnz );
assert( kl == newspm->nnz );
assert( vl == newspm->nnzexp );
assert( vl == newspm->nnzexp );
 
(void) vl;
}
}
/**
/**
Loading