Skip to content
Snippets Groups Projects
Commit 08111376 authored by Stephan Hilb's avatar Stephan Hilb
Browse files

save work on trivial coloring

parent cc4a4203
Branches
Tags
No related merge requests found
......@@ -96,6 +96,7 @@ function step!(ctx::DualTVDDSurrogateState)
cids = chessboard_coloring(size(ctx.subax))
for (color, ids) in enumerate(cids)
isempty(ids) && continue
p_current = extend(zeros(eltype(ctx.p), size(ctx.p)),
StaticKernels.ExtensionNothing())
for i in ids
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment