Changeset 11217
- Timestamp:
- 01/25/12 15:25:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/model/marshall.m
r10969 r11217 1 1 function 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. 3 3 % 4 4 % The routine creates a compatible binary file from @model md … … 16 16 end 17 17 18 %Go through al model fieldcheck that it is a class and call checkconsistency18 %Go through all model fields: check that it is a class and call checkconsistency 19 19 fields=properties(md); 20 20 for i=1:length(fields),
Note:
See TracChangeset
for help on using the changeset viewer.