Cosmetic change.

time-shift
Stéphane Adjemian (Scylla) 2013-11-22 12:12:16 +01:00
parent 830c09760e
commit 1fe3e4bc77
1 changed files with 1 additions and 4 deletions

View File

@ -25,14 +25,11 @@ end
if iscell(name)
nn = length(name);
tex = cell(nn,1);
else
nn = 1;
end
if iscell(name)
tex = cell(nn,1);
end
for i=1:nn
if info
if iscell(name)