This commit is contained in:
mattijs
2008-09-16 21:10:07 +01:00
parent ecf18da9d4
commit 8e53a8615c

View File

@ -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);
}