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 de990a3 commit c99ba31Copy full SHA for c99ba31
1 file changed
savesnirf.m
@@ -33,7 +33,7 @@ function savesnirf(data, outfile,varargin)
33
34
opt=varargin2struct(varargin{:});
35
if(~isfield(opt,'root'))
36
- opt.root='';
+ opt.rootname='';
37
end
38
39
if(isfield(data,'SNIRFData'))
0 commit comments