Changeset 813


Ignore:
Timestamp:
Aug 13, 2014, 3:25:21 AM (10 years ago)
Author:
g7moreau
Message:
  • Change if~isempty( to if ~isempty(
Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/proj_field.m

    r809 r813  
    18471847%                     FFlag= isnan(varline); %detect undefined values NaN
    18481848%                     indnan=find(FFlag);
    1849 %                     if~isempty(indnan)
     1849%                     if ~isempty(indnan)
    18501850%                         varline(indnan)=zeros(size(indnan));
    18511851%                         eval(['ProjData.' VarName '=reshape(varline,length(coord_y_proj),length(coord_x_proj));'])
  • 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.