mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: avoid implicit cast of UList to List
This commit is contained in:
@ -191,10 +191,8 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
|
||||
forAll(groupToPatches, groupI)
|
||||
for (const auto& patchIDs : groupToPatches)
|
||||
{
|
||||
const DynamicList<label>& patchIDs = groupToPatches[groupI];
|
||||
|
||||
if (patchIDs.size() > 1)
|
||||
{
|
||||
// Check if part of a group
|
||||
|
||||
Reference in New Issue
Block a user