- Timestamp:
- 06/24/10 16:18:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/toolkits/petsc/patches/MatlabVectorToDoubleVector.cpp
r4205 r4206 28 28 int MatlabVectorToDoubleVector(double** pvector,int* pvector_rows,const mxArray* mxvector){ 29 29 30 int rows,cols ,size;30 int rows,cols; 31 31 double* mxvector_ptr=NULL; 32 32 int ierr;
Note:
See TracChangeset
for help on using the changeset viewer.