Changeset 498 for trunk/src/uvmat.m


Ignore:
Timestamp:
Jul 23, 2012, 8:44:33 PM (12 years ago)
Author:
sommeria
Message:

various bug corrections, compatibilty with older PIV data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r497 r498  
    27432743                end
    27442744            end
    2745             if isequal(PlotType,'none')
    2746                 hget_field=findobj(allchild(0),'name','get_field');
    2747                 if isempty(hget_field)
    2748                     get_field(FileName)% the projected field cannot be automatically plotted: use get_field to specify the variablesdelete(hget_field)
    2749                 end
    2750                 errormsg='The field defined by get_field cannot be plotted';
    2751                 return
    2752             end
     2745%             if isequal(PlotType,'none')
     2746%                 hget_field=findobj(allchild(0),'name','get_field');
     2747%                 if isempty(hget_field)
     2748%                     get_field(FileName)% the projected field cannot be automatically plotted: use get_field to specify the variablesdelete(hget_field)
     2749%                 end
     2750%                 errormsg='The field defined by get_field cannot be plotted';
     2751%                 return
     2752%             end
    27532753        end
    27542754    end
Note: See TracChangeset for help on using the changeset viewer.