Fixing complation of ProcessorPointPatchField.C

This commit is contained in:
Martin Beaudoin 2013-07-04 21:45:36 -04:00
parent 49f1917d1e
commit 84b4a7e696

View file

@ -51,7 +51,7 @@ void ProcessorPointPatchField
<PatchField, Mesh, PointPatch, ProcessorPointPatch, MatrixType, Type>:: <PatchField, Mesh, PointPatch, ProcessorPointPatch, MatrixType, Type>::
resizeBuf resizeBuf
( (
List<char>& buf, List<char>& buf,
const label size const label size
) const ) const
{ {
@ -793,7 +793,7 @@ cutBouCoeffs
scalarField& cutCoeffs = tcutCoeffs(); scalarField& cutCoeffs = tcutCoeffs();
label coeffI = 0; label coeffI = 0;
// Owner side // Owner side
forAll (cutOwn, edgeI) forAll (cutOwn, edgeI)
@ -962,7 +962,8 @@ initInterfaceMatrixUpdate
const lduMatrix& m, const lduMatrix& m,
const scalarField& coeffs, const scalarField& coeffs,
const direction, const direction,
const Pstream::commsTypes commsType const Pstream::commsTypes commsType,
const bool switchToLhs
) const ) const
{ {
tmp<scalarField> tlocalMult(new scalarField(this->size(), 0)); tmp<scalarField> tlocalMult(new scalarField(this->size(), 0));
@ -983,7 +984,7 @@ initInterfaceMatrixUpdate
const scalarField& cutMask = procPatch_.ownNeiDoubleMask(); const scalarField& cutMask = procPatch_.ownNeiDoubleMask();
// Coefficients are already ordered in the appropriate way. Just // Coefficients are already ordered in the appropriate way. Just
// use the counter. // use the counter.
label coeffI = 0; label coeffI = 0;
// Owner side // Owner side
@ -1046,7 +1047,7 @@ initInterfaceMatrixUpdate
// either multiplied twice or not at all. For this purpose, the // either multiplied twice or not at all. For this purpose, the
// offending edges need to be separated out and multiplied // offending edges need to be separated out and multiplied
// appropriately. This will only happen for cell tetrahedral // appropriately. This will only happen for cell tetrahedral
// decomposition and is generally nasty. // decomposition and is generally nasty.
// No need for cut mask here // No need for cut mask here
{ {
const labelList& doubleCut = procPatch_.doubleCutEdgeIndices(); const labelList& doubleCut = procPatch_.doubleCutEdgeIndices();
@ -1100,7 +1101,8 @@ updateInterfaceMatrix
const lduMatrix&, const lduMatrix&,
const scalarField&, const scalarField&,
const direction, const direction,
const Pstream::commsTypes commsType const Pstream::commsTypes commsType,
const bool switchToLhs
) const ) const
{ {
// Get the neighbour side multiplication // Get the neighbour side multiplication