diff --git a/applications/test/IndirectList2/IndirectList2.H b/applications/test/IndirectList2/IndirectList2.H index 9ce440695a..3eb11d0e04 100644 --- a/applications/test/IndirectList2/IndirectList2.H +++ b/applications/test/IndirectList2/IndirectList2.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2010-2010 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -63,6 +63,7 @@ class IndirectListAddressing //- Disallow default bitwise assignment void operator=(const IndirectListAddressing&); + protected: // Constructors @@ -108,6 +109,7 @@ class IndirectList2 //- Disable assignment from UIndirectList void operator=(const UIndirectList&); + public: // Constructors @@ -133,6 +135,7 @@ public: //- Return the list addressing using UIndirectList::addressing; + // Edit //- Reset addressing @@ -143,7 +146,6 @@ public: //- Assignment operator using UIndirectList::operator=; - }; diff --git a/src/OpenFOAM/containers/Lists/PackedList/PackedBoolList.H b/src/OpenFOAM/containers/Lists/PackedList/PackedBoolList.H index 2058d4eb93..7e47674b8b 100644 --- a/src/OpenFOAM/containers/Lists/PackedList/PackedBoolList.H +++ b/src/OpenFOAM/containers/Lists/PackedList/PackedBoolList.H @@ -79,6 +79,7 @@ class PackedBoolList template label subsetIndices(const LabelListType& indices); + public: // Constructors @@ -250,7 +251,6 @@ public: //- Remove entries from this list - unset the specified bits inline PackedBoolList& operator-=(const UIndirectList