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:
mattijs
2015-12-31 11:01:11 +00:00
parent 2aeaa7c5d5
commit b3bae3a411

View File

@ -119,7 +119,7 @@ void Foam::sampledSets::combineSampledSets
samplePts.name(),
samplePts.axis(),
List<point>(UIndirectList<point>(allPts, indexSets[setI])),
allCurveDist
sortedDist
)
);
}