Skip to content
GitLab
Menu
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
1d4533a4
Commit
1d4533a4
authored
Nov 12, 2009
by
mattijs
Browse files
>80 line length
parent
6e793380
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/containers/Lists/CompactListList/CompactListList.H
View file @
1d4533a4
...
...
@@ -61,8 +61,16 @@ namespace Foam
template
<
class
T
,
class
Container
>
class
CompactListList
;
template
<
class
T
,
class
Container
>
Istream
&
operator
>>
(
Istream
&
,
CompactListList
<
T
,
Container
>&
);
template
<
class
T
,
class
Container
>
Ostream
&
operator
<<
(
Ostream
&
,
const
CompactListList
<
T
,
Container
>&
);
template
<
class
T
,
class
Container
>
Istream
&
operator
>>
(
Istream
&
,
CompactListList
<
T
,
Container
>&
);
template
<
class
T
,
class
Container
>
Ostream
&
operator
<<
(
Ostream
&
,
const
CompactListList
<
T
,
Container
>&
);
/*---------------------------------------------------------------------------*\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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