Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Jan 27, 2025
1 parent 45655d4 commit baf1c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/adios2/toolkit/format/bp5/BP5Helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ void BP5Helper::BreakdownIncomingMInfo(
bool needAttr = false;
size_t MMBlockCount;
size_t SecondRecvSize = 0;
helper::ReadArray(RecvBuffer, pos, (char *)&thisAttrHash.x[0], sizeof(thisAttrHash.x), false);
helper::ReadArray(RecvBuffer, pos, (char *)&thisAttrHash.x[0], sizeof(thisAttrHash.x),
false);
size_t AttrSize = helper::ReadValue<size_t>(RecvBuffer, pos, false);
AttrSizes[node] = AttrSize;
if (AttrSize && !AttrSet.count(thisAttrHash))
Expand Down

0 comments on commit baf1c34

Please sign in to comment.