Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/openPMD/Iteration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ namespace internal
* of the owning map entry instead of a linear scan in
* <code>Series::indexOf()</code>.
*/
std::optional<uint64_t> m_iterationIndex = 0;
std::optional<uint64_t> m_iterationIndex = std::nullopt;

/**
* Information on a parsing request that has not yet been executed.
Expand Down
Loading