Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
coalsont committed Sep 30, 2020
1 parent ad53c32 commit feba8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cifti_write.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function cifti_write(cifti, filename, varargin)
% >> cifti.cdata = outdata;
% >> cifti.diminfo{2} = cifti_diminfo_make_scalars(size(outdata, 2));
% >> cifti_write(cifti, 'ciftiout.dscalar.nii');
libversion = 'alpha version';
libversion = '2.0.0-beta.1';
options = myargparse(varargin, {'stacklevel', 'disableprovenance', 'keepmetadata'}); %stacklevel is an implementation detail, don't add to help
if isempty(options.stacklevel) %stacklevel is so that so it doesn't get "ciftisave" all the time
options.stacklevel = 2;
Expand Down

0 comments on commit feba8bc

Please sign in to comment.