Changeset 1123 for trunk/src/uvmat.m


Ignore:
Timestamp:
Aug 21, 2023, 5:53:05 PM (11 months ago)
Author:
sommeria
Message:

various improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r1121 r1123  
    50005000        menu={'civ1';'filter1';'civ2';'filter2';'civ3';'filter3'};
    50015001        imax=[0 1 1 2 3 3 4 5 5 6];
    5002         imax=imax(Civ+1);
     5002        imax=imax(min(Civ+1,10));
    50035003%         if isequal(Civ,0)
    50045004%             imax=0;
Note: See TracChangeset for help on using the changeset viewer.