From f0341171ff7222c3b698c88ba8d3e75395ff0ff0 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Fri, 9 Jan 2009 13:10:10 +0100 Subject: [PATCH] renamed 'empty' class to 'nil', added missing empty() member to some containers --- applications/test/HashSet/hashSetTest.C | 10 +++--- .../containers/HashTables/HashSet/HashSet.C | 2 +- .../containers/HashTables/HashSet/HashSet.H | 28 ++++++++-------- .../HashTables/HashTable/HashTable.H | 3 ++ .../HashTables/HashTable/HashTableI.H | 7 ++++ .../StaticHashTable/StaticHashTable.H | 3 ++ .../StaticHashTable/StaticHashTableI.H | 7 ++++ .../linkTypes/DLListBase/DLListBase.H | 3 ++ .../linkTypes/DLListBase/DLListBaseI.H | 6 ++++ .../linkTypes/SLListBase/SLListBase.H | 3 ++ .../linkTypes/SLListBase/SLListBaseI.H | 6 ++++ .../containers/LinkedLists/user/FIFOStack.H | 9 ----- .../containers/LinkedLists/user/LIFOStack.H | 9 ----- .../Lists/BiIndirectList/BiIndirectList.H | 2 ++ .../Lists/BiIndirectList/BiIndirectListI.H | 7 ++++ .../Lists/CompactListList/CompactListList.H | 3 ++ .../Lists/CompactListList/CompactListListI.H | 7 ++++ .../Lists/IndirectList/IndirectList.H | 2 ++ .../Lists/IndirectList/IndirectListI.H | 7 ++++ .../containers/Lists/PackedList/PackedList.H | 3 ++ .../containers/Lists/PackedList/PackedListI.H | 7 ++++ .../containers/Lists/PtrList/PtrList.H | 3 ++ .../containers/Lists/PtrList/PtrListI.H | 7 ++++ .../primitives/{empty/empty.H => nil/nil.H} | 33 ++++++++----------- 24 files changed, 120 insertions(+), 57 deletions(-) rename src/OpenFOAM/primitives/{empty/empty.H => nil/nil.H} (80%) diff --git a/applications/test/HashSet/hashSetTest.C b/applications/test/HashSet/hashSetTest.C index a3527f7dd7..9625b2e0dc 100644 --- a/applications/test/HashSet/hashSetTest.C +++ b/applications/test/HashSet/hashSetTest.C @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) wordHashSet setA(0); HashTable tableA; - HashTable tableB; + HashTable tableB; Map