Mentions légales du service

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

Rename symmetry to mtxtype to match python wrapper

parent 2d5f707f
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ spmUpdateComputedFields( pastix_spm_t *spm )
*
*******************************************************************************/
pastix_spm_t *
spmNew( pastix_symmetry_t mtxtype,
spmNew( pastix_mtxtype_t mtxtype,
pastix_coeftype_t flttype,
pastix_fmttype_t fmttype,
pastix_int_t n,
......
......@@ -42,7 +42,7 @@
*
*/
typedef struct pastix_spm_s {
pastix_symmetry_t mtxtype; /**< Matrix structure: PastixGeneral, PastixSymmetric
pastix_mtxtype_t mtxtype; /**< Matrix structure: PastixGeneral, PastixSymmetric
or PastixHermitian. */
pastix_coeftype_t flttype; /**< avals datatype: PastixPattern, PastixFloat, PastixDouble,
PastixComplex32 or PastixComplex64 */
......@@ -75,7 +75,7 @@ typedef struct pastix_spm_s {
* @name SPM basic subroutines
* @{
*/
pastix_spm_t *spmNew( pastix_symmetry_t mtxtype,
pastix_spm_t *spmNew( pastix_mtxtype_t mtxtype,
pastix_coeftype_t flttype,
pastix_fmttype_t fmttype,
pastix_int_t n,
......
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