Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
f2c3ba65
Commit
f2c3ba65
authored
Oct 04, 2010
by
Andrew Heather
Browse files
STYLE: code formatting and start copyright dates
parent
9b81b5f1
Changes
6
Hide whitespace changes
Inline
Side-by-side
applications/test/IndirectList2/IndirectList2.H
View file @
f2c3ba65
...
...
@@ -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
<
T
>&
);
public:
// Constructors
...
...
@@ -133,6 +135,7 @@ public:
//- Return the list addressing
using
UIndirectList
<
T
>::
addressing
;
// Edit
//- Reset addressing
...
...
@@ -143,7 +146,6 @@ public:
//- Assignment operator
using
UIndirectList
<
T
>::
operator
=
;
};
...
...
src/OpenFOAM/containers/Lists/PackedList/PackedBoolList.H
View file @
f2c3ba65
...
...
@@ -79,6 +79,7 @@ class PackedBoolList
template
<
class
LabelListType
>
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
<
label
>&
);
};
...
...
src/OpenFOAM/containers/Lists/PackedList/PackedBoolListI.H
View file @
f2c3ba65
...
...
@@ -124,7 +124,6 @@ inline Foam::Xfer<Foam::PackedBoolList> Foam::PackedBoolList::xfer()
}
// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
inline
Foam
::
PackedBoolList
&
...
...
src/OpenFOAM/containers/Lists/PackedList/PackedList.H
View file @
f2c3ba65
...
...
@@ -166,6 +166,7 @@ protected:
// For bool specialization, read a single index value
inline
void
setPair
(
Istream
&
);
private:
//- nBits must be positive (non-zero) and fit within the storage.
...
...
@@ -180,6 +181,7 @@ private:
//- Number of nBits entries
label
size_
;
public:
// Public data
...
...
@@ -623,7 +625,6 @@ public:
Ostream
&
,
const
PackedList
<
nBits
>&
);
};
...
...
src/OpenFOAM/containers/Lists/PackedList/PackedListCore.C
View file @
f2c3ba65
...
...
@@ -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
...
...
src/OpenFOAM/containers/Lists/PackedList/PackedListI.H
View file @
f2c3ba65
...
...
@@ -21,7 +21,6 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/
#include
"error.H"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment