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/test107.m

    r13670 r13671  
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
    44md=setflowequation(md,'macayeal','all');
    5 md=extrude(md,5,3);
     5md=extrude(md,5,3.);
    66md.cluster=generic('name',oshostname(),'np',3);
    77md=solve(md,PrognosticSolutionEnum());
Note: See TracChangeset for help on using the changeset viewer.