Skip to content

Commit

Permalink
fix a bug introduced in the quiet mode
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySpring committed Jul 6, 2021
1 parent 9229afb commit 3c75d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FUN_nc_varget_enhanced_region_2_multifile.m
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
[is_quiet_mode_on, varargin] = FUN_codetools_read_from_varargin( varargin, 'is_quiet_mode_on', false );

if ~isempty( varargin )
disp(varargin);
builtin('disp', varargin);
error( 'Unknown parameters!');
end

Expand Down

0 comments on commit 3c75d31

Please sign in to comment.