Changeset 813 for trunk/src/uvmat.m


Ignore:
Timestamp:
Aug 13, 2014, 3:25:21 AM (10 years ago)
Author:
g7moreau
Message:
  • Change if~isempty( to if ~isempty(
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r812 r813  
    11401140XmlFile=find_imadoc(RootPath,SubDir,RootFile,FileExt);
    11411141[s,errormsg]=imadoc2struct(XmlFile,'GeometryCalib');
    1142 if~isempty(errormsg)
     1142if ~isempty(errormsg)
    11431143    msgbox_uvmat('ERROR',errormsg)
    11441144    return
Note: See TracChangeset for help on using the changeset viewer.