Skip to content

Commit

Permalink
Reloc writercohort init
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Feb 17, 2023
1 parent 8eee7b8 commit 95516b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/toolkit/format/bp5/BP5Deserializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ void BP5Deserializer::SetupForStep(size_t Step, size_t WriterCount)
VarRec->LastJoinedShape = NULL;
}
}
m_CurrentWriterCohortSize = WriterCount;
}
m_CurrentWriterCohortSize = WriterCount;
}

size_t BP5Deserializer::WriterCohortSize(size_t Step) const
Expand Down

0 comments on commit 95516b4

Please sign in to comment.