Changeset 18166


Ignore:
Timestamp:
06/19/14 10:30:20 (11 years ago)
Author:
seroussi
Message:

BUG: wrong filed collapsed

File:
1 edited

Legend:

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

    r18142 r18166  
    221221
    222222                        %special for thermal modeling:
    223                         md.basalforcings.groundedice_melting_rate=project2d(md,md.basalforcings.melting_rate,1);
    224                         md.basalforcings.floatingice_melting_rate=project2d(md,md.basalforcings.melting_rate,1);
     223                        md.basalforcings.groundedice_melting_rate=project2d(md,md.basalforcings.groundedice_melting_rate,1);
     224                        md.basalforcings.floatingice_melting_rate=project2d(md,md.basalforcings.floatingice_melting_rate,1);
    225225                        md.basalforcings.geothermalflux=project2d(md,md.basalforcings.geothermalflux,1); %bedrock only gets geothermal flux
    226226
Note: See TracChangeset for help on using the changeset viewer.