BUG: volPointInterpolate.C: incorrect index

This commit is contained in:
mattijs
2011-01-24 17:33:19 +00:00
parent fe8545958a
commit 0ecf34e2f2

View File

@ -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];
}