Update comms
This commit is contained in:
parent
eb58a9d310
commit
daf6ed2e18
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
|
|
Reference in a new issue