Skip to content
Snippets Groups Projects
Commit f4f23178 authored by mattijs's avatar mattijs
Browse files

STYLE: get reference to mesh from MeshObject just to be consistent.

parent 7cd9f823
Branches
Tags
No related merge requests found
......@@ -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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment