Skip to content

Commit

Permalink
minor fix in BEARmain
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenetce committed Dec 16, 2024
1 parent fdf4769 commit 3e87a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbx/bear/BEARmain.m
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function BEARmain(opts)

% proceed similarly for exogenous series; note however that it may be empty
% so check first whether there are exogenous variables altogether
if isempty(varexo==1)
if isempty(varexo)
exo={};
% if not empty, repeat what has been done with the exogenous
else
Expand Down

0 comments on commit 3e87a39

Please sign in to comment.