Skip to content

Commit 6ff9fda

Browse files
authored
Merge pull request #25450 from Sacha0/decollect
presently possible rewrites for potential collect deprecation
2 parents 23e6f61 + 0a70a9d commit 6ff9fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/topology.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function launch(manager::TopoTestManager, params::Dict, launched::Array, c::Cond
5151
wconfig.process = io
5252
wconfig.io = io.out
5353
wconfig.ident = i
54-
wconfig.connect_idents = collect(i+2:2:manager.np)
54+
wconfig.connect_idents = Vector(i+2:2:manager.np)
5555
push!(launched, wconfig)
5656
end
5757

0 commit comments

Comments
 (0)