mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add single-parameter sortedOrder() function
This commit is contained in:
committed by
Andrew Heather
parent
5788fe056c
commit
1d86fc4f6b
@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user