mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
typo
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user