Skip to content

Commit

Permalink
Build on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Oct 7, 2024
1 parent b0540fd commit 1255471
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/driver/zarr.storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,11 @@ sink::Zarr::set(const StorageProperties* props)
}

dimension_names_.emplace_back(dim->name.str);
dimensions_.emplace_back(nullptr,
type,
dim->array_size_px,
dim->chunk_size_px,
dim->shard_size_chunks);
dimensions_.push_back({ nullptr,
type,
dim->array_size_px,
dim->chunk_size_px,
dim->shard_size_chunks });
}

multiscale_ = props->enable_multiscale;
Expand Down

0 comments on commit 1255471

Please sign in to comment.