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
6e793380
Commit
6e793380
authored
Nov 12, 2009
by
mattijs
Browse files
rmeoved printing
parent
9e57cef1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamicMesh/fvMeshAdder/fvMeshAdderTemplates.C
View file @
6e793380
...
...
@@ -330,8 +330,6 @@ void Foam::fvMeshAdder::MapVolFields
if
(
fieldsToAdd
.
found
(
fld
.
name
()))
{
Pout
<<
"Mapping field "
<<
fld
.
name
()
<<
endl
;
const
GeometricField
<
Type
,
fvPatchField
,
volMesh
>&
fldToAdd
=
*
fieldsToAdd
[
fld
.
name
()];
...
...
@@ -339,7 +337,7 @@ void Foam::fvMeshAdder::MapVolFields
}
else
{
WarningIn
(
"fvMeshAdder::MapVolFields"
)
WarningIn
(
"fvMeshAdder::MapVolFields
(..)
"
)
<<
"Not mapping field "
<<
fld
.
name
()
<<
" since not present on mesh to add"
<<
endl
;
...
...
@@ -642,15 +640,13 @@ void Foam::fvMeshAdder::MapSurfaceFields
if
(
fieldsToAdd
.
found
(
fld
.
name
()))
{
Pout
<<
"Mapping field "
<<
fld
.
name
()
<<
endl
;
const
fldType
&
fldToAdd
=
*
fieldsToAdd
[
fld
.
name
()];
MapSurfaceField
<
Type
>
(
meshMap
,
fld
,
fldToAdd
);
}
else
{
WarningIn
(
"fvMeshAdder::MapSurfaceFields"
)
WarningIn
(
"fvMeshAdder::MapSurfaceFields
(..)
"
)
<<
"Not mapping field "
<<
fld
.
name
()
<<
" since not present on mesh to add"
<<
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