Skip to content

Commit 7289c65

Browse files
committed
Add missing variable.
Early definition of a print variable that was missed in case of errors.
1 parent 5e4e2a3 commit 7289c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cat_run.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@
326326
%njobs = cellfun(@numel,{jobs.data}); % not used
327327

328328
% command window output
329+
kcol = [0.5 0.5 0.5]; % color for comma
329330
QMC = cat_io_colormaps('marks+',17);
330331
GMC = cat_io_colormaps('turbo',45);
331332
GMC = GMC ./ repmat( max(1,sum(GMC,2)) , 1 , 3); % make bright values darker
@@ -623,7 +624,6 @@
623624
else
624625
col = [0 0 0];
625626
end
626-
kcol = [0.5 0.5 0.5]; % color for comma
627627
if job.extopts.expertgui > 0
628628
try
629629
cat_io_cprintf(kcol,', '); cat_io_cprintf(col,sprintf('TIV=%4.0fcm%s',...

0 commit comments

Comments
 (0)