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/test110.m

    r12808 r13581  
    1 md=triangle(model,'../Exp/Square.exp',150000);
     1md=triangle(model(),'../Exp/Square.exp',150000);
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelfConstrained.par');
     
    66md.transient.requested_outputs=IceVolumeEnum();
    77
    8 md=solve(md,TransientSolutionEnum);
     8md=solve(md,TransientSolutionEnum());
    99
    1010%Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.