- Timestamp:
- 04/16/12 16:06:52 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 11709,11711-11769,11771-11777,11780-11782,11784-11800,11803-11983,11986-11989
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/c/toolkits/petsc/patches/petscpatches.h
r11708 r12004 16 16 class Parameters; 17 17 18 #if def _SERIAL_18 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 19 19 #include "mex.h" 20 20 int MatlabMatrixToPetscMatrix(Mat* matrix,int* prows,int* pcols, const mxArray* mxmatrix); … … 49 49 InsertMode ISSMToPetscInsertMode(InsMode mode); 50 50 NormType ISSMToPetscNormMode(NormMode mode); 51 MatType ISSMToPetscMatrixType(MatrixType type); 51 52 52 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.