Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AtiyahElsheikh committed Jul 25, 2019
1 parent 782f27c commit f7e0511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion T1/Electrical/Analog/Interfaces/ConditionalHeatPort.mo
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ equation

if not useHeatPort then
for ad_i in 1 : NG loop
g_T_heatPort[ad_i] = g_T[i];
g_T_heatPort[ad_i] = g_T[ad_i];
end for;
end if;

Expand Down

0 comments on commit f7e0511

Please sign in to comment.