Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekLogan committed Jan 10, 2025
1 parent 79b520e commit f899a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ class archive_reader
<< "tile_counts=(" << mcountx << ',' << mcounty << ',' << mcountz << ") "
<< "scales=[";

for(size_t n : scales):
for(size_t n : scales)
std::cout << n << ',';

std::cout << "]" << std::endl;
Expand Down

0 comments on commit f899a13

Please sign in to comment.