Skip to content

Commit

Permalink
Merge pull request #7 from tbeu/missing-each
Browse files Browse the repository at this point in the history
Add missing each
  • Loading branch information
casella committed Oct 3, 2015
2 parents 691b093 + a11d388 commit 79e6949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScalableTestSuite/Thermal/Advection.mo
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package Advection "1D advection models"
Modelica.SIunits.Velocity u = 1 "Fluid speed";
Modelica.SIunits.Temperature Tin = 300 "Inlet temperature";
Modelica.SIunits.Temperature T[N] "Node temperatures";
Modelica.SIunits.Temperature Ttilde[N-1](start = Tstart[2:N], fixed = true)
Modelica.SIunits.Temperature Ttilde[N-1](start = Tstart[2:N], each fixed = true)
"Temperature states";
Modelica.SIunits.Temperature Tout;
equation
Expand Down

0 comments on commit 79e6949

Please sign in to comment.