mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
line-length overrun
This commit is contained in:
@ -191,7 +191,10 @@ void Foam::polyTopoChange::countMap
|
||||
}
|
||||
|
||||
|
||||
Foam::labelHashSet Foam::polyTopoChange::getSetIndices(const PackedBoolList& lst)
|
||||
Foam::labelHashSet Foam::polyTopoChange::getSetIndices
|
||||
(
|
||||
const PackedBoolList& lst
|
||||
)
|
||||
{
|
||||
labelHashSet values(lst.count());
|
||||
forAll(lst, i)
|
||||
|
||||
Reference in New Issue
Block a user