Changeset 19050


Ignore:
Timestamp:
01/29/15 09:41:42 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed extrusion of some fields

File:
1 edited

Legend:

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

    r19048 r19050  
    765765                        md.initialization = extrude(md.initialization,md);
    766766
    767                         md.flowequation.extrude(md);
     767                        md.flowequation=md.flowequation.extrude(md);
    768768                        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);
    771771                        md.calving=extrude(md.calving,md);
    772772                        md.hydrology = extrude(md.hydrology,md);
Note: See TracChangeset for help on using the changeset viewer.