Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Nov 18, 2023
1 parent 01ceac2 commit f761cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/libCZI/SingleChannelScalingTileAccessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ class CSingleChannelScalingTileAccessor : public CSingleChannelAccessorBase, pub

std::vector<int> DetermineInvolvedScenes(const libCZI::IntRect& roi, const libCZI::IIndexSet* pSceneIndexSet);

/// This struct contains a vector of subblocks, and a vector of indices into this vector which gives and ordering
/// This struct contains a vector of subblocks, and a vector of indices into this vector which gives an ordering
/// by zoom of the subblocks.
struct SubSetSortedByZoom
{
std::vector<SbInfo> subBlocks; ///< The sub blocks
std::vector<SbInfo> subBlocks; ///< The vector containing the subblocks (which are in no particular order).
std::vector<int> sortedByZoom; ///< Vector with indices (into the vector 'subBlocks') which gives the ordering by zoom.
};

Expand Down

0 comments on commit f761cb6

Please sign in to comment.