From 05d67b6166d6dee752c0ffcc86ffc3f25cde718b Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 2 Feb 2023 11:12:55 +0000 Subject: [PATCH] Deprecated unallocLabelList -> labelUList --- src/OpenFOAM/containers/Lists/List/List.H | 4 +--- .../LduMatrix/LduMatrix/LduMatrixATmul.C | 4 ++-- .../LduMatrix/LduMatrix/LduMatrixOperations.C | 22 +++++++++---------- .../meshes/meshShapes/face/faceListFwd.H | 4 +--- .../momentumSurfaceFilm/momentumSurfaceFilm.C | 4 ++-- .../curvatureSeparation/curvatureSeparation.C | 6 ++--- .../thermoSurfaceFilm/thermoSurfaceFilm.C | 6 ++--- 7 files changed, 23 insertions(+), 27 deletions(-) diff --git a/src/OpenFOAM/containers/Lists/List/List.H b/src/OpenFOAM/containers/Lists/List/List.H index 9c5c10c249..55a6f7ff88 100644 --- a/src/OpenFOAM/containers/Lists/List/List.H +++ b/src/OpenFOAM/containers/Lists/List/List.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2022 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -81,8 +81,6 @@ template class IndirectList; template class UIndirectList; template class BiIndirectList; -typedef UList