Skip to content

Commit adf6e5c

Browse files
committed
Remove unused constant in Modelica.Math.Special.erfInv
1 parent 2c0d22b commit adf6e5c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Modelica/Math/Special.mo

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ erfc(0.5) // = 0.4795001221869534
199199
extends Modelica.Icons.Function;
200200
input Real u "Input argument in the range -1 <= u <= 1";
201201
output Real y "= inverse of error function";
202-
protected
203-
constant Real eps = 0.1;
204202
algorithm
205203
if u >= 1 then
206204
y := Modelica.Constants.inf;

0 commit comments

Comments
 (0)