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
f4f23178
Commit
f4f23178
authored
Feb 17, 2010
by
mattijs
Browse files
STYLE: get reference to mesh from MeshObject just to be consistent.
parent
7cd9f823
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolate.C
View file @
f4f23178
...
...
@@ -239,7 +239,7 @@ void volPointInterpolation::interpolateBoundaryField
pf
.
correctBoundaryConditions
();
// Sync any dangling points
vf
.
mesh
().
globalData
().
syncPointData
(
pfi
,
nopEqOp
<
Type
>
());
mesh
().
globalData
().
syncPointData
(
pfi
,
nopEqOp
<
Type
>
());
// Apply multiple constraints on edge/corner points
applyCornerConstraints
(
pf
);
...
...
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