From 28ee79e7a44f22297ee89bf127f278d398dda5f4 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 3 Jul 2024 14:56:37 +0100 Subject: [PATCH] foamFormatConvert: Updated conversion of faces to read faceCompactIOList --- .../miscellaneous/foamFormatConvert/foamFormatConvert.C | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/applications/utilities/miscellaneous/foamFormatConvert/foamFormatConvert.C b/applications/utilities/miscellaneous/foamFormatConvert/foamFormatConvert.C index 8f82300c5e..afa8f2664c 100644 --- a/applications/utilities/miscellaneous/foamFormatConvert/foamFormatConvert.C +++ b/applications/utilities/miscellaneous/foamFormatConvert/foamFormatConvert.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2024 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -280,12 +280,7 @@ int main(int argc, char *argv[]) ); writeMeshObject("owner", meshDir, runTime); writeMeshObject("neighbour", meshDir, runTime); - writeMeshObject - ( - "faces", - meshDir, - runTime - ); + writeMeshObject("faces", meshDir, runTime); writeMeshObject("points", meshDir, runTime); // Write boundary in ascii. This is only needed for fileHandler to // kick in. Should not give problems since always writing ascii.