mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: checkMesh: reduce maximum size of face
This commit is contained in:
@ -341,8 +341,9 @@ bool Foam::checkCoupledPoints
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
reduce(maxSize, maxOp<label>());
|
||||
}
|
||||
|
||||
|
||||
label nErrorFaces = 0;
|
||||
|
||||
Reference in New Issue
Block a user