Changeset 371 for trunk/src/fullfile_uvmat.m
- Timestamp:
- Jan 14, 2012, 1:44:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fullfile_uvmat.m
r360 r371 115 115 end 116 116 end 117 if ~isempty(i2_str)||~isempty(j2_str)117 % if ~isempty(i2_str)||~isempty(j2_str) 118 118 filename=fullfile(RootPath,SubDir,RootFile); 119 else120 filename=fullfile(RootPath,RootFile);121 end119 % else 120 % filename=fullfile(RootPath,RootFile); 121 % end 122 122 filename=[filename sep1 i1_str sep2 i2_str sep3 j1_str sep4 j2_str FileExt]; 123 123
Note: See TracChangeset
for help on using the changeset viewer.