Skip to content

Commit

Permalink
Merge pull request #25450 from Sacha0/decollect
Browse files Browse the repository at this point in the history
presently possible rewrites for potential collect deprecation
  • Loading branch information
Sacha0 authored Jan 10, 2018
2 parents 23e6f61 + 0a70a9d commit 6ff9fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/topology.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function launch(manager::TopoTestManager, params::Dict, launched::Array, c::Cond
wconfig.process = io
wconfig.io = io.out
wconfig.ident = i
wconfig.connect_idents = collect(i+2:2:manager.np)
wconfig.connect_idents = Vector(i+2:2:manager.np)
push!(launched, wconfig)
end

Expand Down

0 comments on commit 6ff9fda

Please sign in to comment.