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

    r10976 r13663  
    66
    77%To begin with the numerical model
    8 md=model;
     8md=model();
    99md=roundmesh(md,750000,resolution);
    1010md=setmask(md,'',''); %We can not test iceshelves nor ice rises with this analytical solution
     
    2929%Now we can solve the problem
    3030md.cluster=generic('name',oshostname(),'np',8);
    31 md=solve(md,DiagnosticSolutionEnum);
     31md=solve(md,DiagnosticSolutionEnum());
    3232
    3333%Calculate the depth averaged velocity field (2d):
Note: See TracChangeset for help on using the changeset viewer.