Ignore:
Timestamp:
Jun 4, 2012, 12:03:58 AM (12 years ago)
Author:
sommeria
Message:

rationalisation of civ parameter names
civ results now put in a directory outside the image directory.
*xml file management needs to be updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fileparts_uvmat.m

    r405 r437  
    143143
    144144%% extract subdirectory for pairs i1-i2 or j1-j2 (or ab, AB)
    145 if ~isempty(i2) || ~isempty(j2)
     145% if ~isempty(i2) || ~isempty(j2)
    146146    r=regexp(RootPath,'\<(?<newrootpath>.+)(\\|/)(?<subdir>[^\\^/]+)(\\|/)*\>','names');
    147147    if ~isempty(r)
     
    149149        RootPath=r.newrootpath;
    150150    end
    151 end
    152 
    153 % if ~isempty(regexp(NomType,'-|ab|AB'))
    154 %     r=regexp(RootPath,'\<(?<newrootpath>.+)(\\|/)(?<subdir>[^\\^/]+)(\\|/)*\>','names');
    155 %     if ~isempty(r)
    156 %     SubDir=r.subdir;
    157 %     RootPath=r.newrootpath;
    158 %     end
    159151% end
     152
    160153
    161154
Note: See TracChangeset for help on using the changeset viewer.