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
e0cbe974
Commit
e0cbe974
authored
Nov 23, 2009
by
Andrew Heather
Browse files
cosmetics
parent
8ce765e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.C
View file @
e0cbe974
...
...
@@ -62,7 +62,12 @@ Foam::dsmcFields::dsmcFields
WarningIn
(
"dsmcFields::dsmcFields"
"(const objectRegistry&, const dictionary&)"
"("
"const word&, "
"const objectRegistry&, "
"const dictionary&, "
"const bool"
")"
)
<<
"No fvMesh available, deactivating."
<<
nl
<<
endl
;
}
...
...
src/postProcessing/functionObjects/utilities/staticPressure/staticPressure.C
View file @
e0cbe974
...
...
@@ -68,7 +68,12 @@ Foam::staticPressure::staticPressure
WarningIn
(
"staticPressure::staticPressure"
"(const objectRegistry&, const dictionary&)"
"("
"const word&, "
"const objectRegistry&, "
"const dictionary&, "
"const bool"
")"
)
<<
"No fvMesh available, deactivating."
<<
nl
<<
endl
;
}
...
...
@@ -81,7 +86,12 @@ Foam::staticPressure::staticPressure
WarningIn
(
"staticPressure::staticPressure"
"(const objectRegistry&, const dictionary&)"
"("
"const word&, "
"const objectRegistry&, "
"const dictionary&, "
"const bool"
")"
)
<<
"Pressure is not kinematic pressure, deactivating."
<<
nl
<<
endl
;
}
...
...
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