Changeset 9207


Ignore:
Timestamp:
08/08/11 15:21:29 (14 years ago)
Author:
Eric.Larour
Message:

Missing vwgt in linear mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/partition/partitioner.m

    r9190 r9207  
    4444
    4545%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
     46if strcmpi(recomputeadjacency,'on'),
     47        md=adjacency(md);
     48else
     49        disp('skipping adjacency matrix computation as requested in the options');
    5250end
    5351
Note: See TracChangeset for help on using the changeset viewer.