ENH: add single-parameter sortedOrder() function

This commit is contained in:
Mark Olesen
2019-07-17 11:08:40 +02:00
committed by Andrew Heather
parent 5788fe056c
commit 1d86fc4f6b
33 changed files with 134 additions and 117 deletions

View File

@ -2639,8 +2639,7 @@ Foam::label Foam::meshRefinement::findRegions
);
// Sort according to curveDist
labelList indexSet;
Foam::sortedOrder(allDist, indexSet);
labelList indexSet(Foam::sortedOrder(allDist));
allLeakPaths.set
(