Ignore:
Timestamp:
04/08/14 21:19:11 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: marshalling domain properties

File:
1 edited

Legend:

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

    r17686 r17688  
    106106                function marshall(obj,md,fid) % {{{
    107107                        WriteData(fid,'enum',DomainTypeEnum(),'data',StringToEnum(['Mesh' domaintype(obj)]),'format','Integer');
     108                        WriteData(fid,'enum',DomainDimensionEnum(),'data',dimension(obj),'format','Integer');
     109                        WriteData(fid,'enum',MeshElementtypeEnum(),'data',StringToEnum(elementtype(obj)),'format','Integer');
    108110                        WriteData(fid,'object',obj,'class','mesh','fieldname','x','format','DoubleMat','mattype',1);
    109111                        WriteData(fid,'object',obj,'class','mesh','fieldname','y','format','DoubleMat','mattype',1);
Note: See TracChangeset for help on using the changeset viewer.