Ignore:
Timestamp:
10/12/12 14:41:37 (12 years ago)
Author:
jschierm
Message:

NEW: Working test310.py through test319.py (along with cosmetic matlab changes).

File:
1 edited

Legend:

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

    r12803 r13643  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=meshconvert(md);
    33md=setmask(md,'','');
     
    77md.prognostic.spcthickness=md.geometry.thickness;
    88md.cluster=generic('name',oshostname(),'np',3);
    9 md=solve(md,PrognosticSolutionEnum);
     9md=solve(md,PrognosticSolutionEnum());
    1010
    1111%Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.