Update comms

This commit is contained in:
Hrvoje Jasak 2015-10-28 10:06:40 +00:00
parent eb58a9d310
commit daf6ed2e18

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
);
}