Skip to content

Commit f0be815

Browse files
rprebetederc
andauthored
Update src/algorithms/solvers.jl
Useless mention of step length Co-authored-by: ederc <[email protected]>
1 parent 635bdf8 commit f0be815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/solvers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function _core_msolve(
143143
jl_vnames = Base.unsafe_wrap(Array, res_vnames[], jl_rp_nr_vars)
144144
vsymbols = [Symbol(unsafe_string(jl_vnames[i])) for i in 1:jl_rp_nr_vars]
145145
#= get possible variable permutation, ignoring additional variables=#
146-
perm = sortperm(vsymbols[1:1:nr_vars])
146+
perm = sortperm(vsymbols[1:nr_vars])
147147

148148
rat_param = _get_rational_parametrization(jl_ld, jl_len,
149149
jl_cf, jl_cf_lf, jl_rp_nr_vars)

0 commit comments

Comments
 (0)