Skip to content

Commit

Permalink
refs #2147, #2232, #2268: Must not set variables protected
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Oct 5, 2017
1 parent ce9864f commit eafbcbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modelica/Electrical/Analog/Semiconductors.mo
Expand Up @@ -1040,6 +1040,7 @@ end HeatingDiode;
useHeatPort=true);
protected
final constant SI.ElectricCharge q=Modelica.Constants.F/Modelica.Constants.N_A "Electron charge, [As]";
public
Real vbc;
Real vbe;
Real qbk;
Expand All @@ -1055,7 +1056,7 @@ end HeatingDiode;
Real vt_t;
Real hexp;
Real htempexp;
public

Modelica.Electrical.Analog.Interfaces.Pin C "Collector"
annotation (Placement(transformation(extent={{90,50},{110,70}}), iconTransformation(extent={{90,50},{110,70}})));
Modelica.Electrical.Analog.Interfaces.Pin B "Base"
Expand Down

0 comments on commit eafbcbd

Please sign in to comment.