correction of the state variables list to display when the model is block decomposed

time-shift
Ferhat Mihoubi 2011-01-31 10:01:08 +01:00
parent 37efe120fa
commit 41823ad10d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ end
for k=1:nx
flag = 0;
if options_.block
str1 = subst_auxvar(k1(dr.nstatic+k),-1);
str1 = subst_auxvar(dr.state_var(k),-1);
else
str1 = subst_auxvar(k1(klag(k,1)),klag(k,2)-M_.maximum_lag-2);
end;