mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
overflow bug
This commit is contained in:
@ -533,7 +533,7 @@ Foam::labelList Foam::meshRefinement::getRefineCandidateFaces
|
|||||||
const labelList& refineCell
|
const labelList& refineCell
|
||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
labelList testFaces(mesh_.nCells());
|
labelList testFaces(mesh_.nFaces());
|
||||||
|
|
||||||
label nTest = 0;
|
label nTest = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user