Ignore:
Timestamp:
Nov 9, 2010, 5:27:00 PM (13 years ago)
Author:
gostiaux
Message:

gedit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/name_generator.m

    r89 r120  
    112112elseif length(nom_type)>=4 & strcmp(nom_type(1:2),'%0') & strcmp(nom_type(end),'d')
    113113        filename=[filebase num2str(num_i1,nom_type) ext]; %test number with a 0 before
     114        num_i2_out=num_i1;
     115        num_j1_out=[];
     116        num_j2_out=[];
     117elseif length(nom_type)>=4 & strcmp(nom_type(1:2),'%0') & strcmp(nom_type(end-1:end),'dA')
     118        filename=[filebase num2str(num_i1,nom_type(1:end-1)) num2stra(num_j1,'#A') ext]; %test number with a 0 before
    114119        num_i2_out=num_i1;
    115120        num_j1_out=[];
Note: See TracChangeset for help on using the changeset viewer.