Ignore:
Timestamp:
10/15/12 11:31:48 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cosmetics on matlab file (model -> model(); Enum -> Enum())

File:
1 edited

Legend:

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

    r12805 r13663  
    1 md=triangle(model,'../Exp/Pig.exp',20000);
     1md=triangle(model,'../Exp/Pig.exp',20000.);
    22md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.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.