Skip to content

Commit

Permalink
Updated constant description based on @bilderbuchi's advice
Browse files Browse the repository at this point in the history
  • Loading branch information
casella committed Oct 18, 2024
1 parent 484fd1d commit 3842c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Electrical/Spice3.mo
Original file line number Diff line number Diff line change
Expand Up @@ -4438,7 +4438,7 @@ on the model behaviour.
package Constants "Spice3-specific constants"
extends Modelica.Icons.Package;

constant Modelica.Units.SI.Time infiniteTime= 1e20 "Numerically safe very large time horizon (3e12 years)";
constant Modelica.Units.SI.Time infiniteTime= 1e20 "Very large time horizon (3e12 years) avoiding overflow in time computations";
end Constants;

package Internal
Expand Down

0 comments on commit 3842c62

Please sign in to comment.