- Timestamp:
- 03/20/12 09:51:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/petsc/patches/MatlabMatrixToPetscMatrix.cpp
r9320 r11743 116 116 /*Assign output pointer: */ 117 117 *pmatrix=matrix; 118 *pmatrix_rows=rows;119 *pmatrix_cols=cols;118 if(pmatrix_rows) *pmatrix_rows=rows; 119 if(pmatrix_cols) *pmatrix_cols=cols; 120 120 121 121 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.