Changeset 13643 for issm/trunk-jpl/test/NightlyRun/test310.m
- Timestamp:
- 10/12/12 14:41:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test310.m
r12803 r13643 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=meshconvert(md); 3 3 md=setmask(md,'',''); … … 7 7 md.prognostic.spcthickness=md.geometry.thickness; 8 8 md.cluster=generic('name',oshostname(),'np',3); 9 md=solve(md,PrognosticSolutionEnum );9 md=solve(md,PrognosticSolutionEnum()); 10 10 11 11 %Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.