Skip to content

Commit

Permalink
Update src/XAD/ChunkContainer.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-differentiation-dev authored Nov 29, 2024
1 parent 203961b commit d99d5cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/XAD/ChunkContainer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ class ChunkContainer
ChunkContainer& operator=(const ChunkContainer&) = delete;

~ChunkContainer() { _free_memory(); }

void reserve(size_type s)
{
size_type nc = getNumChunks(s);
Expand Down

0 comments on commit d99d5cb

Please sign in to comment.