Changeset 1137 for trunk/src/uvmat.m


Ignore:
Timestamp:
Apr 24, 2024, 7:45:09 PM (2 months ago)
Author:
sommeria
Message:

tps improved by a cosine window in each subdomain. Default size of subdomains reduced for faster computation in the civ interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r1129 r1137  
    36403640        end
    36413641        % case of input vector field, get the scalar used for vector color
    3642         if ~isempty(regexp(FieldName,'^vec('))
     3642        if ~isempty(regexp(FieldName,'^vec(','once'))
    36433643            list_code=get(handles.ColorCode,'String');% list menu fields
    36443644            index_code=get(handles.ColorCode,'Value');% selected string index
Note: See TracChangeset for help on using the changeset viewer.