Skip to content

Commit

Permalink
Expected result
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke authored and OpenModelica-Hudson committed Oct 28, 2018
1 parent 54551a3 commit d5b4c5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openmodelica/cppruntime/testVectorizedBlocks.mos
Expand Up @@ -70,7 +70,7 @@ val(y[10], 1.0);
// 3/21 (10): integrator1.y = y [dynamic |0|0|0|0|]
// 4/31 (10): assignClock1.y = assignClock1.u [dynamic |0|0|0|0|]
// 5/41 (10): for $i in 1 : 10 loop
// der(integrator1.y[$i])=integrator1.k[$i] * integrator1.u[$i]; end for; [dynamic |0|0|0|0|]
// der(integrator1.y[$i]) = integrator1.k[$i] * integrator1.u[$i]; end for; [dynamic |0|0|0|0|]
//
//
// Simple Equations (0, 0)
Expand Down Expand Up @@ -178,9 +178,9 @@ val(y[10], 1.0);
// 3/21 (10): integrator1.y = y [dynamic |0|0|0|0|]
// 4/31 (10): assignClock1.y = assignClock1.u [dynamic |0|0|0|0|]
// 5/41 (10): for $i in 1 : 10 loop
// $DER.integrator1.y[$i]=integrator1.k[$i] * integrator1.u[$i]; end for; [dynamic |0|0|0|0|]
// $DER.integrator1.y[$i] = integrator1.k[$i] * integrator1.u[$i]; end for; [dynamic |0|0|0|0|]
// 6/51 (10): for i in 1 : 10 loop
// (integrator1.y[i] - previous(integrator1.y[i])) / interval()=if firstTick() then 0.0 else $DER.integrator1.y[i]; end for; [dynamic |0|0|0|0|]
// (integrator1.y[i] - previous(integrator1.y[i])) / interval() = if firstTick() then 0.0 else $DER.integrator1.y[i]; end for; [dynamic |0|0|0|0|]
//
//
// Simple Equations (0, 0)
Expand Down

0 comments on commit d5b4c5d

Please sign in to comment.