Ignore:
Timestamp:
Mar 16, 2013, 3:46:12 PM (12 years ago)
Author:
sommeria
Message:

various minor corrections made

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fullfile_uvmat.m

    r372 r589  
    120120%     filename=fullfile(RootPath,RootFile);
    121121% end
    122 filename=[filename sep1 i1_str sep2 i2_str sep3 j1_str sep4 j2_str FileExt];
    123 
     122filename=[filename sep1 i1_str sep2 i2_str sep3 j1_str sep4 j2_str];
     123filename=[regexprep(filename,'_$','') FileExt];%suppress possible '_' at the end of the string and add the extension
    124124
    125125
Note: See TracChangeset for help on using the changeset viewer.