Skip to content

Commit

Permalink
Span API: Set dirty flag (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed May 14, 2024
1 parent 95cbcb6 commit 8c57285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/openPMD/RecordComponent.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ RecordComponent::storeChunk(Offset o, Extent e, F &&createBuffer)
out.ptr = static_cast<void *>(data.get());
storeChunk(std::move(data), std::move(o), std::move(e));
}
setDirtyRecursive(true);
return DynamicMemoryView<T>{std::move(getBufferView), size, *this};
}

Expand Down

0 comments on commit 8c57285

Please sign in to comment.