Changeset 8901
- Timestamp:
- 07/11/11 15:43:34 (14 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 3 added
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Makefile.am
r8803 r8901 398 398 ./toolkits/metis/metisincludes.h\ 399 399 ./toolkits/triangle/triangleincludes.h\ 400 ./toolkits/matlab/matlabincludes.h\ 401 ./toolkits/matlab/MatlabNArrayToNArray.cpp\ 400 402 ./toolkits.h\ 401 403 ./io/io.h\ … … 407 409 ./io/FetchParams.cpp\ 408 410 ./io/OptionParse.cpp\ 409 ./io/MatlabNArrayToNArray.cpp\410 411 ./io/pfopen.cpp\ 411 412 ./io/pfclose.cpp\ -
issm/trunk/src/c/io/io.h
r8330 r8901 80 80 OptionCell* OptionCellParse( char* name, const mxArray* prhs[]); 81 81 82 int MatlabNArrayToNArray(double** pmatrix,int* pmatrix_numel,int* pmatrix_ndims,int** pmatrix_size,const mxArray* mxmatrix);83 int MatlabNArrayToNArray(bool** pmatrix,int* pmatrix_numel,int* pmatrix_ndims,int** pmatrix_size,const mxArray* mxmatrix);84 int MatlabNArrayToNArray(char** pmatrix,int* pmatrix_numel,int* pmatrix_ndims,int** pmatrix_size,const mxArray* mxmatrix);85 86 82 #endif 87 83 88 84 #ifdef _PARALLEL_ 89 90 91 85 void WriteData(int* pdummy,void* data,char* data_type); 92 86 void WriteDataToDisk(void* data,int* pM,int* pN,char* datatype,FILE* fid); 93 94 95 87 #endif 96 88 -
issm/trunk/src/c/toolkits/toolkits.h
r8285 r8901 10 10 #include "./metis/metisincludes.h" 11 11 #include "./triangle/triangleincludes.h" 12 #include "./matlab/matlabincludes.h" 12 13 13 14 #endif
Note:
See TracChangeset
for help on using the changeset viewer.