sampledSets: Corrected curve distance list ordering in parallel
Resolves bug-report https://bugs.openfoam.org/view.php?id=2792
This commit is contained in:
@ -129,7 +129,7 @@ void Foam::sampledSets::combineSampledSets
|
||||
samplePts.name(),
|
||||
samplePts.axis(),
|
||||
List<point>(UIndirectList<point>(allPts, indexSets[setI])),
|
||||
allCurveDist
|
||||
scalarList(UIndirectList<scalar>(allCurveDist, indexSets[setI]))
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user