Closed ailich closed 2 years ago
in cppcode out mask layer should be initialized as `out(,6)=rep(0,out.nrow())notout(_,6)=rep(0,100)` but it does not affect results as the whole column still fills in with 0's.
not
Now fixed 37be3fd
in cppcode out mask layer should be initialized as `out(,6)=rep(0,out.nrow())
not
out(_,6)=rep(0,100)` but it does not affect results as the whole column still fills in with 0's.