Skip to content

Commit

Permalink
for #1423
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Dec 23, 2024
1 parent 6932311 commit df2e351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ncdf.R
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ write_tags <- function(tags, nc, varid, prefix="TAG_") {

for (i in 1:n) {
y <- x[i]
b <- blocks(y, 4)
b <- blocks(y, 8)
readStart(y)
if (length(ncvars[[i]]$dim) == 3) {
for (j in 1:b$n) {
Expand Down

0 comments on commit df2e351

Please sign in to comment.