[petsc-dev] incomplete fix for MatSetValuesStencil() someone recently made

Barry Smith bsmith at mcs.anl.gov
Mon May 23 16:51:52 CDT 2011


libfast in: /Users/barrysmith/Src/petsc-dev/src/mat/interface
matrix.c: In function ‘PetscErrorCode MatSetValuesStencil(_p_Mat*, PetscInt, const MatStencil*, PetscInt, const MatStencil*, const PetscScalar*, InsertMode)’:
matrix.c:1317: warning: comparison between signed and unsigned integer expressions
matrix.c: In function ‘PetscErrorCode MatSetValuesBlockedStencil(_p_Mat*, PetscInt, const MatStencil*, PetscInt, const MatStencil*, const PetscScalar*, InsertMode)’:
matrix.c:1430: warning: comparison between signed and unsigned integer expressions
matrix.c: In function ‘PetscErrorCode MatSetValuesBlocked(_p_Mat*, PetscInt, const PetscInt*, PetscInt, const PetscInt*, const PetscScalar*, InsertMode)’:
matrix.c:1614: warning: comparison between signed and unsigned integer expressions
matrix.c: In function ‘PetscErrorCode MatSetValuesLocal(_p_Mat*, PetscInt, const PetscInt*, PetscInt, const PetscInt*, const PetscScalar*, InsertMode)’:
matrix.c:1905: warning: comparison between signed and unsigned integer expressions
matrix.c: In function ‘PetscErrorCode MatSetValuesBlockedLocal(_p_Mat*, PetscInt, const PetscInt*, PetscInt, const PetscInt*, const PetscScalar*, InsertMode)’:
matrix.c:1993: warning: comparison between signed and unsigned integer expressions
matrix.c:2005: warning: comparison between signed and unsigned integer expressions
matrix.c: At global scope:





More information about the petsc-dev mailing list