mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: bandCompression: added comment
This commit is contained in:
@ -131,7 +131,7 @@ Foam::labelList Foam::bandCompression(const labelListList& cellCellAddressing)
|
||||
weights.append(cellCellAddressing[nbr].size());
|
||||
}
|
||||
}
|
||||
// 2. Sort
|
||||
// 2. Sort in ascending order
|
||||
sortedOrder(weights, order);
|
||||
// 3. Add in sorted order
|
||||
forAll(order, i)
|
||||
|
||||
Reference in New Issue
Block a user