Ignore:
Timestamp:
10/10/12 09:43:25 (12 years ago)
Author:
jschierm
Message:

CHG: Functions should have argument lists (and other cosmetics).

File:
1 edited

Legend:

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

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