Ignore:
Timestamp:
10/19/12 11:48:23 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added const so that compiler does not complain about deprecated conversion from string constant to ‘char*’

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/toolkits/petsc/patches/petscpatches.h

    r13600 r13754  
    3838InsertMode ISSMToPetscInsertMode(InsMode mode);
    3939NormType ISSMToPetscNormMode(NormMode mode);
    40 MatType ISSMToPetscMatrixType(MatrixType type);
     40const MatType ISSMToPetscMatrixType(MatrixType type);
    4141
    4242void PetscMatrixToDoubleMatrix(double** pmatrix, int* prows, int* pcols,Mat matrix);
Note: See TracChangeset for help on using the changeset viewer.