mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
BUG: volPointInterpolate.C: incorrect index
This commit is contained in:
@ -120,7 +120,7 @@ void volPointInterpolation::pushUntransformedData
|
||||
const labelList& slavePoints = slaves[i];
|
||||
|
||||
// Copy master data to slave slots
|
||||
forAll(slaves, j)
|
||||
forAll(slavePoints, j)
|
||||
{
|
||||
elems[slavePoints[j]] = elems[i];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user