Skip to content

Commit 8740a48

Browse files
committed
renamed initial_jacobian_f
1 parent 2ac7e66 commit 8740a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ParametricManoptDev.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ function solve_RLM_sparse(fg)
292292
p0 = deepcopy(fro_p)
293293

294294
initial_residual_values = zeros(num_components)
295-
initial_jacF = Float64.(getSparsityPattern(fg))
295+
initial_jacobian_f = Float64.(getSparsityPattern(fg))
296296

297297
#HEX solve
298298
# sparse J 0.025235 seconds (133.65 k allocations: 9.964 MiB
@@ -309,7 +309,7 @@ function solve_RLM_sparse(fg)
309309
num_components;
310310
evaluation=InplaceEvaluation(),
311311
initial_residual_values,
312-
initial_jacF,
312+
initial_jacobian_f,
313313
)
314314

315315
return vartypeslist, lm_r

0 commit comments

Comments
 (0)