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
682c247e
Commit
682c247e
authored
Oct 13, 2008
by
mattijs
Browse files
gcc 4.2.1 compiler warning
parent
c713c814
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/miscellaneous/postChannel/channelIndexTemplates.C
View file @
682c247e
...
...
@@ -54,9 +54,11 @@ Foam::Field<T> Foam::channelIndex::collapse
)
const
{
// Average and order
const
Field
<
T
>
summedField
(
regionSum
(
cellField
));
Field
<
T
>
regionField
(
regionSum
(
cell
Field
)
summed
Field
/
regionCount_
,
sortMap_
);
...
...
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