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
756502da
Commit
756502da
authored
Apr 18, 2018
by
mattijs
Browse files
COMP: listOutput: make compatible with stl include files
parent
af3f93c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/include/listOutput.H
View file @
756502da
...
...
@@ -30,7 +30,8 @@ if (args.found("listScalarBCs"))
if
(
args
.
found
(
"listVectorBCs"
))
{
Info
<<
"vectorBCs"
<<
fvPatchField
<
vector
>::
dictionaryConstructorTablePtr_
->
sortedToc
()
<<
fvPatchField
<
Foam
::
vector
>::
dictionaryConstructorTablePtr_
->
sortedToc
()
<<
endl
;
listOptions
=
true
;
}
...
...
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