Skip to content
GitLab
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
0ecf34e2
Commit
0ecf34e2
authored
Jan 24, 2011
by
mattijs
Browse files
BUG: volPointInterpolate.C: incorrect index
parent
fe854595
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolate.C
View file @
0ecf34e2
...
...
@@ -120,7 +120,7 @@ void volPointInterpolation::pushUntransformedData
const
labelList
&
slavePoints
=
slaves
[
i
];
// Copy master data to slave slots
forAll
(
slaves
,
j
)
forAll
(
slave
Point
s
,
j
)
{
elems
[
slavePoints
[
j
]]
=
elems
[
i
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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