Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Sep 15, 2023
1 parent f3e63e3 commit fdf25dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/chunked_pyramid_assembler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ ImageInfo OmeTiffCollToChunked::Assemble(const std::string& input_dir,
int grid_x_max = 0, grid_y_max = 0, grid_c_max = 0;
std::vector<ImageSegment> image_vec;
ImageInfo whole_image;
whole_image._chunk_size_x = 0;
whole_image._chunk_size_y = 0;
whole_image._full_image_width = 0;
whole_image._full_image_height = 0;

auto fp = std::make_unique<FilePattern> (input_dir, pattern);
auto files = fp->getFiles();
Expand Down

0 comments on commit fdf25dd

Please sign in to comment.