We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a309cd8 commit a6f6b18Copy full SHA for a6f6b18
src/Nonlinear/ReverseAD/Coloring/Coloring.jl
@@ -365,7 +365,7 @@ function recovery_preprocess(
365
# adjlist for node u in twocolor idx starts at
366
# vec[offset[u]]
367
# u has global index vlist[u]
368
- vec = vector{Int}(undef, offset[length(vlist)+1] - 1)
+ vec = Vector{Int}(undef, offset[length(vlist)+1] - 1)
369
# now fill in
370
for k in 1:length(my_edges)
371
u, v = my_edges[k]
0 commit comments