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
6437f3db
Commit
6437f3db
authored
Oct 06, 2008
by
Mark Olesen
Browse files
UList cosmetic change
parent
24c6a085
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/containers/Lists/UList/UListIO.C
View file @
6437f3db
...
...
@@ -60,7 +60,7 @@ void Foam::UList<T>::writeEntry(const word& keyword, Ostream& os) const
template
<
class
T
>
Foam
::
Ostream
&
Foam
::
operator
<<
(
Foam
::
Ostream
&
os
,
const
Foam
::
UList
<
T
>&
L
)
Foam
::
Ostream
&
Foam
::
operator
<<
(
Foam
::
Ostream
&
os
,
const
Foam
::
UList
<
T
>&
L
)
{
// Write list contents depending on data format
if
(
os
.
format
()
==
IOstream
::
ASCII
||
!
contiguous
<
T
>
())
...
...
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