Changeset 3498


Ignore:
Timestamp:
04/09/10 11:19:55 (15 years ago)
Author:
seroussi
Message:

same thing in 2d bad usage of UpdateGeometry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/jpl/transient2d.m

    r3085 r3498  
    8282        %update surface and bed using the new thickness
    8383        disp(sprintf('%s','   updating geometry...'));
    84         [new_thickness,new_bed,new_surface]=UpdateGeometry(models.p.elements,models.p.nodes,models.p.loads,models.p.materials,models.p.parameters,new_thickness,solution(n).b_g,solution(n).s_g);
     84        [new_thickness,new_bed,new_surface]=UpdateGeometry(models.p.elements,models.p.nodes,models.p.vertices,models.p.loads,models.p.materials,models.p.parameters,new_thickness,solution(n).b_g,solution(n).s_g);
    8585
    8686        %Record bed surface and thickness in the solution
Note: See TracChangeset for help on using the changeset viewer.