Changeset 14719
- Timestamp:
- 04/23/13 08:52:58 (12 years ago)
- Location:
- issm/trunk-jpl/src/wrappers/matlab/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/io/WriteMatlabData.cpp
r14714 r14719 391 391 for(int i=0;i<contours->Size();i++){ 392 392 Contour<IssmPDouble>* contour=(Contour<IssmPDouble>*)contours->GetObjectByOffset(i); 393 393 394 394 /*create a name for this contour from the contour id and set it: */ 395 395 sprintf(id,"%i",contour->id); -
issm/trunk-jpl/src/wrappers/matlab/io/matlabio.h
r14714 r14719 32 32 void WriteData(mxArray** pdataref,BamgMesh* bamgmesh); 33 33 void WriteData(mxArray** pdataref,RiftStruct* riftstruct); 34 void WriteData(mxArray** pdataref,DataSet* contours); 34 35 35 36 void FetchData(double** pmatrix,int* pM,int *pN,const mxArray* dataref);
Note:
See TracChangeset
for help on using the changeset viewer.