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
fc3dd68a
Commit
fc3dd68a
authored
Nov 23, 2010
by
Andrew Heather
Browse files
STYLE: limiting to 80 chars
parent
7705b00c
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/lagrangian/steadyParticleTracks/steadyParticleTracksTemplates.C
View file @
fc3dd68a
...
...
@@ -118,8 +118,8 @@ void writeVTKFields
forAll
(
values
,
fieldI
)
{
Info
<<
" writing field "
<<
fieldNames
[
fieldI
]
<<
endl
;
os
<<
nl
<<
fieldNames
[
fieldI
]
<<
' '
<<
pTraits
<
Type
>::
nComponents
<<
' '
<<
values
[
fieldI
].
size
()
<<
" float"
<<
nl
;
os
<<
nl
<<
fieldNames
[
fieldI
]
<<
' '
<<
pTraits
<
Type
>::
nComponents
<<
' '
<<
values
[
fieldI
].
size
()
<<
" float"
<<
nl
;
label
offset
=
0
;
forAll
(
agePerTrack
,
trackI
)
{
...
...
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