Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Jan 18, 2024
1 parent 15c7a7e commit f7ffe47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wmtk/attribute/MeshAttributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ size_t MeshAttributes<T>::attribute_count() const
template <typename T>
void MeshAttributes<T>::reserve(const int64_t size)
{
assert(size >= m_reserved_size);

m_reserved_size = size;
for (auto& attr_ptr : m_attributes) {
attr_ptr->reserve(size);
Expand Down

0 comments on commit f7ffe47

Please sign in to comment.