Update comms
This commit is contained in:
parent
3d0f047b63
commit
b1a012087d
1 changed files with 2 additions and 5 deletions
|
@ -127,10 +127,7 @@ void tetFemMatrix<Type>::check()
|
||||||
*this,
|
*this,
|
||||||
coupledBouCoeffs[interfaceI],
|
coupledBouCoeffs[interfaceI],
|
||||||
0,
|
0,
|
||||||
static_cast<Pstream::commsTypes>
|
Pstream::defaultComms(),
|
||||||
(
|
|
||||||
Pstream::defaultCommsType()
|
|
||||||
),
|
|
||||||
false // Do not switch to lhs
|
false // Do not switch to lhs
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -148,7 +145,7 @@ void tetFemMatrix<Type>::check()
|
||||||
*this,
|
*this,
|
||||||
coupledBouCoeffs[interfaceI],
|
coupledBouCoeffs[interfaceI],
|
||||||
0,
|
0,
|
||||||
static_cast<Pstream::commsTypes>(Pstream::defaultCommsType()),
|
Pstream::defaultComms(),
|
||||||
false // Do not switch to lhs
|
false // Do not switch to lhs
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue