diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C index 3c4768855f6e6a9d01bd78c4608fb518ab130948..e9a32b05d0abf2df19b7812fbad152ff61af77aa 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C @@ -159,7 +159,7 @@ void directMappedFixedValueFvPatchField<Type>::updateCoeffs() // Get the scheduling information const List<labelPair>& schedule = mpp.schedule(); - const labelListList& sendCellLabels = mpp.sendCellLabels(); + const labelListList& sendLabels = mpp.sendLabels(); const labelListList& receiveFaceLabels = mpp.receiveFaceLabels(); @@ -177,7 +177,7 @@ void directMappedFixedValueFvPatchField<Type>::updateCoeffs() toProc<< IndirectList<Type> ( this->internalField(), - sendCellLabels[recvProc] + sendLabels[recvProc] )(); } else @@ -204,7 +204,7 @@ void directMappedFixedValueFvPatchField<Type>::updateCoeffs() IndirectList<Type> fromFld ( this->internalField(), - sendCellLabels[Pstream::myProcNo()] + sendLabels[Pstream::myProcNo()] ); // Destination faces