Changeset 14719


Ignore:
Timestamp:
04/23/13 08:52:58 (12 years ago)
Author:
Eric.Larour
Message:

CHG: fixed i/o for contours dataset. Thanks Mathieu.

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  
    391391        for(int i=0;i<contours->Size();i++){
    392392                Contour<IssmPDouble>* contour=(Contour<IssmPDouble>*)contours->GetObjectByOffset(i);
    393                
     393
    394394                /*create a name for this contour from the contour id and set it: */
    395395                sprintf(id,"%i",contour->id);
  • issm/trunk-jpl/src/wrappers/matlab/io/matlabio.h

    r14714 r14719  
    3232void WriteData(mxArray** pdataref,BamgMesh* bamgmesh);
    3333void WriteData(mxArray** pdataref,RiftStruct* riftstruct);
     34void WriteData(mxArray** pdataref,DataSet* contours);
    3435
    3536void FetchData(double** pmatrix,int* pM,int *pN,const mxArray* dataref);
Note: See TracChangeset for help on using the changeset viewer.