Changeset 257 for trunk/src/civ_uvmat.m


Ignore:
Timestamp:
May 28, 2011, 3:31:15 PM (13 years ago)
Author:
sommeria
Message:

launch_jobs clarified to deal with different systems and PIV in matlab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ_uvmat.m

    r252 r257  
    3232    PointCoord(:,1)=reshape(GridX,[],1);
    3333    PointCoord(:,2)=reshape(GridY,[],1);
    34     if isfield(par_civ1,'maskname') && ~isempty(par_civ1.maskname)
     34    if isfield(par_civ1,'maskname') && ~isempty(par_civ1.maskname) && ~isequal(par_civ1.maskname,'noFile use default')
    3535        maskname=par_civ1.maskname;
    3636        mask=imread(maskname);
Note: See TracChangeset for help on using the changeset viewer.