Mentions légales du service

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

Computed fields needs to be updated after correcting the matrix

parent 979b040c
No related branches found
No related tags found
No related merge requests found
...@@ -668,8 +668,6 @@ spmSymmetrize( pastix_spm_t *spm ) ...@@ -668,8 +668,6 @@ spmSymmetrize( pastix_spm_t *spm )
* *
* @param[inout] spm * @param[inout] spm
* The pointer to the sparse matrix structure to check, and correct. * The pointer to the sparse matrix structure to check, and correct.
* On exit, the subarrays related to each column might have been sorted
* by ascending order.
* *
******************************************************************************* *******************************************************************************
* *
...@@ -719,6 +717,8 @@ spmCheckAndCorrect( pastix_spm_t *spm ) ...@@ -719,6 +717,8 @@ spmCheckAndCorrect( pastix_spm_t *spm )
//spmToLower( newspm ); //spmToLower( newspm );
} }
spmUpdateComputedFields( newspm );
/* /*
* Check if we return the new one, or the original one because no changes * Check if we return the new one, or the original one because no changes
* have been made * have been made
......
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