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
72d0ffbc
Commit
72d0ffbc
authored
Apr 11, 2013
by
andy
Browse files
STYLE: Updated info message
parent
12fed658
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C
View file @
72d0ffbc
...
...
@@ -113,7 +113,8 @@ void Foam::AMIInterpolation<SourcePatch, TargetPatch>::normaliseWeights
if
(
nFace
)
{
IInfo
<<
"AMI: Patch "
<<
patchName
<<
" weights min/max/average = "
IInfo
<<
"AMI: Patch "
<<
patchName
<<
" sum(weights) min/max/average = "
<<
gMin
(
wghtSum
)
<<
", "
<<
gMax
(
wghtSum
)
<<
", "
<<
gAverage
(
wghtSum
)
<<
endl
;
...
...
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