Ignore:
Timestamp:
Apr 25, 2013, 10:25:20 PM (11 years ago)
Author:
sommeria
Message:

bugs repaired in series + cleaning.
Introducing of a demo program (test stage)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uigetfile_uvmat.m

    r617 r620  
    8282if ~strcmp(option,'status_display') 
    8383    uiwait(hfig)
     84    if ishandle(hfig)
    8485    htitlebox=findobj(hfig,'Tag','titlebox');
    8586    fileinput=get(htitlebox,'String');% retrieve the input file selection
    8687    delete(hfig)
     88    end
    8789end
    8890
Note: See TracChangeset for help on using the changeset viewer.