Changeset 19050
- Timestamp:
- 01/29/15 09:41:42 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/model.m
r19048 r19050 765 765 md.initialization = extrude(md.initialization,md); 766 766 767 md.flowequation .extrude(md);767 md.flowequation=md.flowequation.extrude(md); 768 768 md.stressbalance=extrude(md.stressbalance,md); 769 md.thermal .extrude(md);770 md.masstransport .extrude(md);769 md.thermal=md.thermal.extrude(md); 770 md.masstransport=md.masstransport.extrude(md); 771 771 md.calving=extrude(md.calving,md); 772 772 md.hydrology = extrude(md.hydrology,md);
Note:
See TracChangeset
for help on using the changeset viewer.