overflow bug

This commit is contained in:
mattijs
2008-08-14 09:25:57 +01:00
parent 5603bd9d37
commit 64bc136106

View File

@ -533,7 +533,7 @@ Foam::labelList Foam::meshRefinement::getRefineCandidateFaces
const labelList& refineCell
) const
{
labelList testFaces(mesh_.nCells());
labelList testFaces(mesh_.nFaces());
label nTest = 0;