STYLE: bandCompression: added comment

This commit is contained in:
mattijs
2012-02-22 14:45:43 +00:00
parent 3febf2314b
commit be7186dea1

View File

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