ailich / MultiscaleDTM

Calculates multi-scale geomorphometric terrain attributes from regularly gridded DEM/bathymetry rasters.
https://ailich.github.io/MultiscaleDTM/
GNU General Public License v3.0
21 stars 4 forks source link

mask initialization #33

Closed ailich closed 2 years ago

ailich commented 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.

ailich commented 2 years ago

Now fixed 37be3fd