Skip to content

Commit

Permalink
Attr buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Dec 14, 2023
1 parent da0dadb commit 784720f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions source/adios2/toolkit/format/bp5/BP5Serializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1374,15 +1374,6 @@ BP5Serializer::TimestepInfo BP5Serializer::CloseTimestep(int timestep, bool forc

BufferFFS *AttrData = NULL;

// old way of doing attributes
if (NewAttribute && Info.AttributeFields)
{
AttributeEncodeBuffer = create_FFSBuffer();
void *AttributeBlock = FFSencode(AttributeEncodeBuffer, Info.AttributeFormat,
Info.AttributeData, &AttributeSize);
AttrData = new BufferFFS(AttributeEncodeBuffer, AttributeBlock, AttributeSize);
}

if (PendingAttrs)
{
if (!GenericAttributeFormat)
Expand Down

0 comments on commit 784720f

Please sign in to comment.