Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
20de9437
Commit
20de9437
authored
Dec 14, 2010
by
mattijs
Browse files
STYLE: cyclicPolyPatch : indentation
parent
6a7a0b6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
View file @
20de9437
...
...
@@ -290,9 +290,11 @@ void Foam::cyclicPolyPatch::calcTransforms
" const UList<point>&,
\n
"
" const UList<point>&
\n
"
" )"
)
<<
"For transform "
<<
transformTypeNames
[
transform_
]
<<
" found non-uniform transform."
<<
" Setting the transformation to be a uniform rotation."
)
<<
"For patch "
<<
name
()
<<
" calculated non-uniform transform tensor even though"
<<
" the transform type is "
<<
transformTypeNames
[
transform_
]
<<
". Setting the transformation tensor to be a uniform"
<<
" rotation."
<<
endl
;
}
}
...
...
Write
Preview
Markdown
is supported
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