Changeset 704 for trunk


Ignore:
Timestamp:
Feb 6, 2014, 6:19:23 PM (10 years ago)
Author:
sommeria
Message:

test input of uvmat to detect broken links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r701 r704  
    445445end
    446446fileinput=uigetfile_uvmat('pick an input file',oldfile);
     447hh=dir(fileinput);
     448if numel(hh)>1
     449    msgbox_uvmat('ERROR','invalid input, probably a broken link');
     450else
    447451
    448452%% display the selected field and related information
     
    451455    desable_subfield(handles)
    452456    display_file_name(handles,fileinput)
     457end
    453458end
    454459
Note: See TracChangeset for help on using the changeset viewer.