Commit 90b3ced1 authored by Eisenhauer, Greg's avatar Eisenhauer, Greg
Browse files

Fix Discard

parent 2dbbdf9e
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -1316,7 +1316,12 @@ extern void SstInternalProvideTimestep(
    int NullCount = 0;
    for (int i = 0; i < Stream->CohortSize; i++)
    {
        if (pointers[i]->Metadata) {
            Msg->Metadata[i] = *(pointers[i]->Metadata);
        } else {
            Msg->Metadata[i].DataSize = 0;
            Msg->Metadata[i].block = NULL;
        }
        if (pointers[i]->AttributeData) {
            Msg->AttributeData[i] = *(pointers[i]->AttributeData);
        } else {