- Timestamp:
- 10/19/12 09:59:06 (12 years ago)
- Location:
- issm/trunk-jpl/src/wrappers/matlab/io
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/io/MatlabVectorToSeqVec.cpp
r13216 r13749 3 3 4 4 /*Headers:*/ 5 /*{{{*/6 #ifdef HAVE_CONFIG_H7 #include <config.h>8 #else9 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"10 #endif11 12 5 #include <mex.h> 13 6 #include <stdio.h> 14 7 #include <string.h> 15 #include "../../toolkits/toolkits.h"16 #include "../../shared/shared.h"17 8 #include "./matlabio.h" 18 19 /*}}}*/ 9 #include "../../c/toolkits/toolkits.h" 10 #include "../../c/shared/shared.h" 20 11 21 12 SeqVec<double>* MatlabVectorToSeqVec(const mxArray* dataref){
Note:
See TracChangeset
for help on using the changeset viewer.