Skip to content
Snippets Groups Projects
Commit 8e53a861 authored by mattijs's avatar mattijs
Browse files

typo

parent ecf18da9
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ inline void PackedList<nBits>::operator=(const unsigned int val)
checkValue(val);
# endif
for (label i = 0; i < size; i++)
for (label i = 0; i < size_; i++)
{
set(i, val);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment