diff --git a/applications/utilities/mesh/manipulation/renumberMesh/renumberMesh.C b/applications/utilities/mesh/manipulation/renumberMesh/renumberMesh.C index d03f24cd7c..af968f8120 100644 --- a/applications/utilities/mesh/manipulation/renumberMesh/renumberMesh.C +++ b/applications/utilities/mesh/manipulation/renumberMesh/renumberMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anispulation | ------------------------------------------------------------------------------- License @@ -494,7 +494,13 @@ autoPtr reorderMesh newFlipMap[i] = fZone.flipMap()[i]; } } - fZone.resetAddressing(newAddressing, newFlipMap); + labelList newToOld; + sortedOrder(newAddressing, newToOld); + fZone.resetAddressing + ( + UIndirectList