From adf6e5c331ef5cf5e13a4ff9c25bddb17c4dcd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=96stlund?= Date: Mon, 16 Mar 2026 16:40:59 +0100 Subject: [PATCH] Remove unused constant in Modelica.Math.Special.erfInv --- Modelica/Math/Special.mo | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modelica/Math/Special.mo b/Modelica/Math/Special.mo index 7988a2ef71..417d7814a9 100644 --- a/Modelica/Math/Special.mo +++ b/Modelica/Math/Special.mo @@ -199,8 +199,6 @@ erfc(0.5) // = 0.4795001221869534 extends Modelica.Icons.Function; input Real u "Input argument in the range -1 <= u <= 1"; output Real y "= inverse of error function"; - protected - constant Real eps = 0.1; algorithm if u >= 1 then y := Modelica.Constants.inf;