Ignore:
Timestamp:
Jul 30, 2014, 8:31:18 PM (10 years ago)
Author:
sommeria
Message:

bugs corrected in series and uigetfile_uvmat (for Windows OS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uigetfile_uvmat.m

    r784 r803  
    3838            InputFileName=InputDir;
    3939            if  ~isempty(strcmp (computer, {'PCWIN','PCWIN64'}))%case of Windows systems
    40                 InputDir=[InputDir '\'];% append '\' for a correct action of dir
     40%                 InputDir=[InputDir '\'];% append '\' for a correct action of dir
    4141                InputFileName=[InputFileName '\'];
    4242            end
     
    4646        end
    4747    end
     48end
     49if  ismember(computer,{'PCWIN','PCWIN64'})%case of Windows systems
     50      InputDir=[InputDir '\'];% append '\' for a correct action of dir
    4851end
    4952hfig=findobj(allchild(0),'tag',option);
Note: See TracChangeset for help on using the changeset viewer.