Skip to content
Snippets Groups Projects
Commit ecbf6f27 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

fix again commented WCCL code, now to be per-layer instead of per-channel

parent 584554ea
Branches
No related merge requests found
......@@ -10,14 +10,7 @@
)
/*
@ "chunk_np" (
isannpart(0, "chunk_agp"); // 9
isannpart(0, "chunk_vp") // 10
)
@ "chunk_adjp" (
isannpart(0, "chunk_agp"), // 9
isannpart(0, "chunk_vp"), // 10
isannpart(0, "chunk_np") // 11
@ "layer2" (
isannpart(0, "chunk_agp") // 9
)
*/
......@@ -10,14 +10,7 @@
)
/*
@ "chunk_np" (
isannpart(0, "chunk_agp"); // 9
isannpart(0, "chunk_vp") // 10
)
@ "chunk_adjp" (
isannpart(0, "chunk_agp"), // 9
isannpart(0, "chunk_vp"), // 10
isannpart(0, "chunk_np") // 11
@ "layer2" (
isannpart(0, "chunk_agp") // 9
)
*/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment