Skip to content

Commit d35230b

Browse files
committed
Fix compilation warning
1 parent 87c2c50 commit d35230b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error_bounds.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function compute_bwd_theta(;
207207
tolerance = eps(coefftype) / 2,
208208
theta_init = big"0.2",
209209
use_log = false,
210-
) where {T}
210+
)
211211
# Find point where bound on relative backward error equals tolerance.
212212
e_bwd = bnd_rel_err
213213
h(z) = use_log ? log(e_bwd(z) / tolerance) : e_bwd(z) - tolerance

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy