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
  • issm/trunk-jpl/test/NightlyRun/test308.m

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