We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab71a6c commit 40a9335Copy full SHA for 40a9335
src/saveEventsFile.m
@@ -191,7 +191,7 @@
191
function printHeaderExtraColumns(logFile)
192
% print any extra column specified by the user
193
194
- [namesExtraColumns, logFile] = returnNamesExtraColumns(logFile);
+ [namesExtraColumns] = returnNamesExtraColumns(logFile);
195
196
for iExtraColumn = 1:numel(namesExtraColumns)
197
src/utils/returnNamesExtraColumns.m
@@ -1,6 +1,6 @@
1
% (C) Copyright 2020 CPP_BIDS developers
2
3
-function [namesExtraColumns, logFile] = returnNamesExtraColumns(logFile)
+function [namesExtraColumns] = returnNamesExtraColumns(logFile)
4
%
5
% Short description of what the function does goes here.
6
0 commit comments