Changeset 25923 for issm/trunk-jpl/test/NightlyRun/test417.m
- Timestamp:
- 12/30/20 13:58:25 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/test417.m ΒΆ
r25005 r25923 21 21 %partitioning 22 22 npart=20; 23 partition=partitioner(md,'package','chaco','npart',npart,'weighting','on')-1; 23 [partition,md]=partitioner(md,'package','chaco','npart',npart,'weighting','on'); 24 partition=partition-1; 24 25 md.qmu.isdakota=1; 25 26
Note:
See TracChangeset
for help on using the changeset viewer.