diff --git a/src/foam/interpolations/GGIInterpolation/GGIInterpolationWeights.C b/src/foam/interpolations/GGIInterpolation/GGIInterpolationWeights.C index 368ff75e4..796cb304b 100644 --- a/src/foam/interpolations/GGIInterpolation/GGIInterpolationWeights.C +++ b/src/foam/interpolations/GGIInterpolation/GGIInterpolationWeights.C @@ -99,12 +99,12 @@ void GGIInterpolation::calcAddressing() const // Create the dynamic lists to hold the addressing // The final master/slave list, after filtering out the "false" neighbours - List > masterNeighbors(masterPatch_.size()); - List > slaveNeighbors(slavePatch_.size()); + List > masterNeighbors(masterPatch_.size()); + List > slaveNeighbors(slavePatch_.size()); // The weights - List > masterNeighborsWeights(masterPatch_.size()); - List > slaveNeighborsWeights(slavePatch_.size()); + List > masterNeighborsWeights(masterPatch_.size()); + List > slaveNeighborsWeights(slavePatch_.size()); // First, find a rough estimate of each slave and master facet // neighborhood by filtering out all the faces located outside of