Ignore:
Timestamp:
10/12/12 10:52:42 (12 years ago)
Author:
jschierm
Message:

NEW: Working test301.py through test309.py (along with cosmetic matlab changes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test309.m ΒΆ

    r12803 r13637  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'','');
    33md=parameterize(md,'../Par/SquareSheetConstrained.par');
    44md=setflowequation(md,'macayeal','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md=solve(md,PrognosticSolutionEnum);
     6md=solve(md,PrognosticSolutionEnum());
    77
    88%Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.