- Timestamp:
- 07/02/13 09:24:16 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 par 2 ad 3 proj-* 1 4 projects 2 5 autom4te.cache
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 14311,14313,14316-14506,14508-15387,15390-15392
- Property svn:ignore
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/wrappers/matlab/io/MatlabMatrixToMatrix.cpp
r13749 r15396 8 8 #endif 9 9 10 #include <stdio.h>11 #include <string.h>12 10 #include "./matlabio.h" 13 #include "../../c/shared/shared.h"14 #include "../../c/toolkits/toolkits.h"15 11 16 12 Matrix<double>* MatlabMatrixToMatrix(const mxArray* mxmatrix){ … … 25 21 matrix->pmatrix=MatlabMatrixToPetscMat(mxmatrix); 26 22 #else 27 matrix-> smatrix=MatlabMatrixToSeqMat(mxmatrix);23 matrix->imatrix=MatlabMatrixToIssmMat(mxmatrix); 28 24 #endif 29 25
Note:
See TracChangeset
for help on using the changeset viewer.