Skip to content

Commit

Permalink
update expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
vruge committed Jul 1, 2015
1 parent 0beea1c commit 94c14f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/modelica/linear_system/problem2.mos
Expand Up @@ -144,7 +144,7 @@ val(i2, 1.0);
// OUTeqn => i3 = u2 / r3 [1]
// OUTeqn => u1 = u0 - u2 [2]
// OUTeqn => i1 = __OMC__1$RTEARINGF * u2 [3]
// OUTres => __OMC__2$RTEARINGF * u2 - u2 = -u0 [0]
// OUTres => __OMC__2$RTEARINGF * u2 = -u0 [0]
// ****************
// TearVar: u2[0]
// ****************
Expand Down

0 comments on commit 94c14f9

Please sign in to comment.