Changeset 368


Ignore:
Timestamp:
05/12/09 16:39:44 (16 years ago)
Author:
Mathieu Morlighem
Message:

solutiontype must still be given if != diagnostic...??

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/marshall.m

    r358 r368  
    2525if strcmp(solutiontype,'diagnostic'),
    2626        WriteData(fid,'diagnostic_horiz','String','analysis_type');
     27else
     28        WriteData(fid,solutiontype,'String','analysis_type');
    2729end
    2830WriteData(fid,md.type,'String','type');
Note: See TracChangeset for help on using the changeset viewer.