mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: sampledSets: have sorted distance on master set
This is more logical - the points are passed in sorted as well and there is no way for the master sampledset to determine the ordering.
This commit is contained in:
@ -119,7 +119,7 @@ void Foam::sampledSets::combineSampledSets
|
||||
samplePts.name(),
|
||||
samplePts.axis(),
|
||||
List<point>(UIndirectList<point>(allPts, indexSets[setI])),
|
||||
allCurveDist
|
||||
sortedDist
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user