Changeset 3497


Ignore:
Timestamp:
04/09/10 11:16:45 (16 years ago)
Author:
seroussi
Message:

bad usage of UpdateGeometry

File:
1 edited

Legend:

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

    r3495 r3497  
    107107        %update surface and bed using the new thickness
    108108        displaystring(md.verbose,'\n%s',['    updating geometry...']);
    109         [new_thickness,new_bed,new_surface]=UpdateGeometry(models.p.elements,models.p.nodes,models.p.loads,models.p.materials,models.p.parameters,new_thickness,results(n).b_g,results(n).s_g);
     109        [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,results(n).b_g,results(n).s_g);
    110110
    111111        %Record bed surface and thickness in the results
Note: See TracChangeset for help on using the changeset viewer.