Changeset 9207
- Timestamp:
- 08/08/11 15:21:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/partition/partitioner.m
r9190 r9207 44 44 45 45 %adjacency matrix if needed: 46 if (strcmpi(package,'chaco') || strcmpi(package,'scotch')), 47 if strcmpi(recomputeadjacency,'on'), 48 md=adjacency(md); 49 else 50 disp('skipping adjacency matrix computation as requested in the options'); 51 end 46 if strcmpi(recomputeadjacency,'on'), 47 md=adjacency(md); 48 else 49 disp('skipping adjacency matrix computation as requested in the options'); 52 50 end 53 51
Note:
See TracChangeset
for help on using the changeset viewer.