Skip to content

Commit c99ba31

Browse files
committed
use the latest option of easyh5
1 parent de990a3 commit c99ba31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

savesnirf.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function savesnirf(data, outfile,varargin)
3333

3434
opt=varargin2struct(varargin{:});
3535
if(~isfield(opt,'root'))
36-
opt.root='';
36+
opt.rootname='';
3737
end
3838

3939
if(isfield(data,'SNIRFData'))

0 commit comments

Comments
 (0)