Changeset 13637 for issm/trunk-jpl/test/NightlyRun/test309.m
- Timestamp:
- 10/12/12 10:52:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/test309.m ΒΆ
r12803 r13637 1 md=triangle(model ,'../Exp/Square.exp',150000);1 md=triangle(model(),'../Exp/Square.exp',150000); 2 2 md=setmask(md,'',''); 3 3 md=parameterize(md,'../Par/SquareSheetConstrained.par'); 4 4 md=setflowequation(md,'macayeal','all'); 5 5 md.cluster=generic('name',oshostname(),'np',3); 6 md=solve(md,PrognosticSolutionEnum );6 md=solve(md,PrognosticSolutionEnum()); 7 7 8 8 %Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.