Skip to content

Commit

Permalink
refs #2088: Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Apr 25, 2017
1 parent 3295312 commit 16530df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modelica/Electrical/Spice3.mo
Original file line number Diff line number Diff line change
Expand Up @@ -10482,7 +10482,7 @@ to the internal parameters (e.g., m_area). It also does the analysis of the IsGi
</html>"));
end ResistorParams;

record ResistorModelLineParams "Record for Diode model line parameters"
record ResistorModelLineParams "Record for resistor model line parameters"
extends Modelica.Icons.Record;
SI.Conversions.NonSIunits.FirstOrderTemperaturCoefficient
m_dTC1 "First order temp, coefficient";
Expand All @@ -10499,7 +10499,7 @@ to the internal parameters (e.g., m_area). It also does the analysis of the IsGi
</html>"));
end ResistorModelLineParams;

record ResistorVariables "Variables for the diode model"
record ResistorVariables "Variables for the resistor model"
extends Modelica.Icons.Record;
SI.Length m_dWidth;
SI.Length m_dLength;
Expand Down

0 comments on commit 16530df

Please sign in to comment.