From 2d3792ecbfa01cc4b73d897b5e60a53279b25e53 Mon Sep 17 00:00:00 2001 From: Dominique Date: Fri, 17 Feb 2023 12:37:48 -0500 Subject: [PATCH] =?UTF-8?q?Set=20=CE=B2=20to=20a=20large=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/input_struct.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input_struct.jl b/src/input_struct.jl index c572f3bd..0aa2243c 100644 --- a/src/input_struct.jl +++ b/src/input_struct.jl @@ -32,7 +32,7 @@ mutable struct ROSolverOptions{R} ν::R = 1.0e-3, γ::R = R(3), θ::R = R(1e-3), - β::R = R(10), + β::R = 1 / eps(R), ) where {R <: Real} @assert ϵa ≥ 0 @assert ϵr ≥ 0