Changeset 11217


Ignore:
Timestamp:
01/25/12 15:25:38 (13 years ago)
Author:
habbalf
Message:

fixed a minor typo

File:
1 edited

Legend:

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

    r10969 r11217  
    11function marshall(md)
    2 %MARSHALL - output compatible binary file from @model md, for certain solution type.
     2%MARSHALL - outputs a compatible binary file from @model md, for certain solution type.
    33%
    44%   The routine creates a compatible binary file from @model md
     
    1616end
    1717
    18 %Go through al model field check that it is a class and call checkconsistency
     18%Go through all model fields: check that it is a class and call checkconsistency
    1919fields=properties(md);
    2020for i=1:length(fields),
Note: See TracChangeset for help on using the changeset viewer.