Changeset 19982


Ignore:
Timestamp:
01/22/16 09:48:17 (9 years ago)
Author:
Eric.Larour
Message:

CHG: no need to preprocess lat and long. Just upload them as is.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/mesh3dsurface.m

    r19958 r19982  
    137137                        WriteData(fid,'object',obj,'class','mesh','fieldname','y','format','DoubleMat','mattype',1);
    138138                        WriteData(fid,'object',obj,'class','mesh','fieldname','z','format','DoubleMat','mattype',1);
    139                         WriteData(fid,'object',obj,'class','mesh','fieldname','lat','format','DoubleMat','mattype',1);
    140                         WriteData(fid,'object',obj,'class','mesh','fieldname','long','format','DoubleMat','mattype',1);
     139                        WriteData(fid,'enum',MeshLatEnum(),'data',obj.lat,'format','DoubleMat','mattype',1);
     140                        WriteData(fid,'enum',MeshLongEnum(),'data',obj.long,'format','DoubleMat','mattype',1);
    141141                        WriteData(fid,'object',obj,'class','mesh','fieldname','r','format','DoubleMat','mattype',1);
    142142                        WriteData(fid,'enum',MeshZEnum(),'data',zeros(obj.numberofvertices,1),'format','DoubleMat','mattype',1);
Note: See TracChangeset for help on using the changeset viewer.