A purely forward block containing several non recursive equations is coded 7 (not 6)

time-shift
Ferhat Mihoubi 2011-10-28 22:31:49 +02:00
parent 1b35d574d0
commit 5666c5b166
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ for i = 1:Size;
block_type = M_.block_structure.block(i).Simulation_Type;
if task ~= 1
if block_type == 2 || block_type == 4 || block_type == 6
if block_type == 2 || block_type == 4 || block_type == 7
block_type = 8;
end;
end;