mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
GIT: Resolve conflict with upstream merge from Foundation
This commit is contained in:
@ -404,13 +404,8 @@ bool Foam::checkCoupledPoints
|
||||
|
||||
if (f.size() != nbrPoints[bFaceI].size())
|
||||
{
|
||||
FatalErrorIn
|
||||
(
|
||||
"Foam::checkCoupledPoints\n"
|
||||
"(\n"
|
||||
" const polyMesh&, const bool, labelHashSet*\n"
|
||||
")\n"
|
||||
) << "Local face size : " << f.size()
|
||||
FatalErrorInFunction
|
||||
<< "Local face size : " << f.size()
|
||||
<< " does not equal neighbour face size : "
|
||||
<< nbrPoints[bFaceI].size()
|
||||
<< abort(FatalError);
|
||||
|
||||
Reference in New Issue
Block a user