Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed May 16, 2024
1 parent 99ea777 commit 11c83bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwarpaffine/brickreader/czi_brick_reader2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void CziBrickReader2::DoBrick(const libCZI::CDimCoordinate& coordinate, /*int m_
ss << "DoBrick: " << Utils::DimCoordinateToString(&coordinate) << " " << tile_identifier.ToInformalString() << " -> size=" << map_z_subblockindex.size() << endl;
this->GetContextBase().WriteDebugString(ss.str().c_str());
*/

BrickOutputInfo* brick_output_data = new BrickOutputInfo();
brick_output_data->max_count = static_cast<int>(map_z_subblockindex.size());
brick_output_data->counter.store(0);
Expand Down

0 comments on commit 11c83bc

Please sign in to comment.