v4: added options for homotopy

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1745 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2008-03-24 08:56:48 +00:00
parent 2aaf214c09
commit 59c30113c1
1 changed files with 7 additions and 1 deletions

View File

@ -161,4 +161,10 @@ function global_initialization()
M_.bvar = [];
% rplot
options_.dsample = 0;
options_.dsample = 0;
% homotopy
options_.homotopy_mode = 0;
options_.homotopy_steps = 1;