Ignore:
Timestamp:
10/15/12 13:57:24 (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/test311.py

    r13643 r13672  
    1212md=parameterize(md,'../Par/SquareSheetConstrained.py')
    1313md=setflowequation(md,'macayeal','all')
    14 md.extrude(5,0.5)
     14md.extrude(5,0.5.)
    1515md.cluster=generic('name',oshostname(),'np',3)
    1616md=solve(md,PrognosticSolutionEnum())
Note: See TracChangeset for help on using the changeset viewer.