Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Expected result for size of for-equations
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2738
  - #1060
  • Loading branch information
rfranke authored and OpenModelica-Hudson committed Oct 24, 2018
1 parent aa010e9 commit aadf3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmodelica/cppruntime/testVectorizedBlocks.mos
Expand Up @@ -67,9 +67,9 @@ val(y[10], 1.0);
// 2/11 (10): assignClock1.y = integrator1.u [dynamic |0|0|0|0|]
// 3/21 (10): y = integrator1.y [dynamic |0|0|0|0|]
// 4/31 (10): assignClock1.y = assignClock1.u [dynamic |0|0|0|0|]
// 5/41 (1): for $i in 1 : 10 loop
// 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|]
// 6/42 (1): for i in 1 : 10 loop
// 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|]
//
//
Expand Down

0 comments on commit aadf3f3

Please sign in to comment.