From 3ce125ff487a16929970df856b2c6e2e70cd4974 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 28 Apr 2009 10:18:34 +0200 Subject: [PATCH] minor build fix - createBaffles used List::append(const T&), changed to DynamicList --- .../mesh/manipulation/createBaffles/createBaffles.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/applications/utilities/mesh/manipulation/createBaffles/createBaffles.C b/applications/utilities/mesh/manipulation/createBaffles/createBaffles.C index 051f74968b..bd88570d94 100644 --- a/applications/utilities/mesh/manipulation/createBaffles/createBaffles.C +++ b/applications/utilities/mesh/manipulation/createBaffles/createBaffles.C @@ -227,10 +227,10 @@ int main(int argc, char *argv[]) // Patches to put baffles into - labelList newPatches(1); + DynamicList