Update comms

This commit is contained in:
Hrvoje Jasak 2015-10-28 10:06:40 +00:00
parent 3d0f047b63
commit b1a012087d

View file

@ -127,10 +127,7 @@ void tetFemMatrix<Type>::check()
*this,
coupledBouCoeffs[interfaceI],
0,
static_cast<Pstream::commsTypes>
(
Pstream::defaultCommsType()
),
Pstream::defaultComms(),
false // Do not switch to lhs
);
}
@ -148,7 +145,7 @@ void tetFemMatrix<Type>::check()
*this,
coupledBouCoeffs[interfaceI],
0,
static_cast<Pstream::commsTypes>(Pstream::defaultCommsType()),
Pstream::defaultComms(),
false // Do not switch to lhs
);
}