Skip to content

Commit d61b3e5

Browse files
committed
get rid of comments
1 parent f6e4b7f commit d61b3e5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/NonlinearSolveBase/src/descent/newton.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function InternalAPI.init(
5555
abstol = nothing, reltol = nothing,
5656
timer = get_timer_output(), kwargs...
5757
)
58-
#Main.@infiltrate
5958
length(fu) != length(u) &&
6059
@assert !Utils.unwrap_val(pre_inverted) "Precomputed Inverse for Non-Square Jacobian doesn't make sense."
6160

lib/NonlinearSolveBase/src/linear_solve.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ function construct_linear_solver(alg, linsolve, A, b, u; stats, kwargs...)
7171
u_fixed = fix_incompatible_linsolve_arguments(A, b, u)
7272
@bb u_cache = copy(u_fixed)
7373
linprob = LinearProblem(A, b; u0 = u_cache)
74-
#Main.@infiltrate
7574
# unlias here, we will later use these as caches
7675
lincache = init(
7776
linprob, linsolve; alias = LinearAliasSpecifier(alias_A = false, alias_b = false))

0 commit comments

Comments
 (0)