Changeset 439 for trunk/src/uvmat.m


Ignore:
Timestamp:
Jun 5, 2012, 3:41:13 PM (12 years ago)
Author:
sommeria
Message:

bugs repairs testing .tif multimage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r435 r439  
    18331833end
    18341834% imaname_1=name_generator(filebase,num_i2,num_j2,Ext,NomType);
    1835 imaname_1=fullfile_uvmat(RootPath,'',RootFile,Ext,NomType,num_i2,[],num_j2);
     1835imaname_1=fullfile_uvmat(RootPath,SubDir,RootFile,Ext,NomType,num_i2,[],num_j2);
    18361836if ~exist(imaname_1,'file')
    18371837      msgbox_uvmat('ERROR',['second input open (-)  ' imaname_1 ' not found']);
Note: See TracChangeset for help on using the changeset viewer.