"src/git@develop.openfoam.com:Development/openfoam.git" did not exist on "cadaee82b7f8e71e2437231851a8bb070a3162ca"
label overflow in checkMesh
I don't see why we have scalar(nFaces + nIntFaces)
instead of just scalar(nFaces)
. However, it this is intended, it should probably be formulated as (scalar(nFaces) + scalar(nIntFaces))
to avoid label overflow.
partial reference from EP#482