Skip to content

Commit bdc3a82

Browse files
Update visualLocTranslational.m
Co-authored-by: Remi Gau <[email protected]>
1 parent 546eccd commit bdc3a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualLocTranslational.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
fprintf('\n - Running Block %.0f \n', iBlock);
7777

78-
eyeTracker('Message', cfg, ['start_block-', iBlock]);
78+
eyeTracker('Message', cfg, ['start_block-', num2str(iBlock)]);
7979

8080
% For each event in the block
8181
for iEvent = 1:cfg.design.nbEventsPerBlock

0 commit comments

Comments
 (0)