Ignore:
Timestamp:
07/14/11 06:59:37 (14 years ago)
Author:
Eric.Larour
Message:

New IoModelToInputsx module, that creates inputs directly out of fetched data.
Greatly simplifies ModelProcessorx. Also takes care of transient forcings.

File:
1 edited

Legend:

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

    r8932 r8967  
    2323        marshall=template.(field){2};
    2424        if marshall,
    25                 enum=BuildEnum(field);
    26                 type=template.(field){3};
    27                 WriteData(fid,md.(field),type,enum);
     25                WriteData(md,fid,template,field);
    2826        end
    2927end
Note: See TracChangeset for help on using the changeset viewer.