Changeset 9557


Ignore:
Timestamp:
09/01/11 09:19:13 (14 years ago)
Author:
Mathieu Morlighem
Message:

quick fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/m/model/marshall.m

    r9543 r9557  
    3131end
    3232
    33 %Quick fix: add some fields needed by parameters
    34 WriteData(fid,'numberofvertices',md.numberofnodes,modelfield('format','Integer'));
     33%FIXME add some fields needed by parameters
    3534WriteData(fid,'numberofedges',size(md.edges,1),modelfield('format','Integer'));
    3635
     
    253252%   Usage:
    254253%      enum=BuildEnum(string)
     254
     255%FIXME: delete this one
     256if strcmp(string,'numberofnodes'),
     257        string='numberofvertices';
     258end
    255259
    256260if findstr(string,'icesheet'),
     
    337341end% }}}
    338342
    339 %Some processing, should be moved to the corresponding classes in the future
     343%FIXME Some processing, should be moved to the corresponding classes in the future
    340344function out=marshallverbose(in)
    341345        out = VerboseToBinary(in);
Note: See TracChangeset for help on using the changeset viewer.