Skip to content

Commit 7167379

Browse files
committed
typo fix
1 parent cc91808 commit 7167379

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

functions/studyfunc/std_limo.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,8 @@
552552
contrast.mat = limocontrast;
553553
[LIMO_files, procstatus] = limo_batch('both',model,contrast,STUDY);
554554
if exist(fullfile([STUDY.filepath filesep 'derivatives']),'dir')
555-
save(fullfile([STUDY.filepath filesep 'derivatives']),[STUDY.design(opt.design).name '_contrast.mat']),'limocontrast');
555+
% save(fullfile([STUDY.filepath filesep 'derivatives']),[STUDY.design(opt.design).name '_contrast.mat']),'limocontrast'));
556+
save(fullfile([STUDY.filepath filesep 'derivatives'],[STUDY.design(opt.design).name '_contrast.mat']),'limocontrast');
556557
else
557558
save(fullfile(STUDY.filepath,[STUDY.design(opt.design).name '_contrast.mat']),'limocontrast');
558559
end

0 commit comments

Comments
 (0)