From d15415af0f9bfc98c9b4b190f9de0e2a07cb0a41 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Tue, 1 May 2012 17:12:33 +0100 Subject: [PATCH] ENH: foamClearPolyMesh: remove level0 length from hexRef8/snappyHexMesh --- bin/foamClearPolyMesh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/foamClearPolyMesh b/bin/foamClearPolyMesh index 7e5ee1fe16b..a0c955a046b 100755 --- a/bin/foamClearPolyMesh +++ b/bin/foamClearPolyMesh @@ -3,7 +3,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------- # License @@ -133,6 +133,7 @@ for i in \ sets \ cellLevel \ pointLevel \ + level0Edge \ refinementHistory \ surfaceIndex \ ; -- GitLab