Ignore:
Timestamp:
10/15/12 13:56:03 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added point at the end of extrude command, extrude exponent is a float and not an integer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test122.m

    r13670 r13671  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    4 md=extrude(md,3,1);
     4md=extrude(md,3,1.);
    55md=setflowequation(md,'pattyn','all');
    66md.initialization.waterfraction=zeros(md.mesh.numberofvertices,1);
Note: See TracChangeset for help on using the changeset viewer.