Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
3d944a02
Commit
3d944a02
authored
Jun 30, 2016
by
Quentin Khan
Browse files
FOctree: fix deprecated morton index call
parent
c6dded1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/Containers/FOctree.hpp
View file @
3d944a02
...
...
@@ -784,7 +784,7 @@ public:
*/
int
getNeighborsNoBrothers
(
CellClass
*
inNeighbors
[
26
],
const
MortonIndex
inIndex
,
const
int
inLevel
)
const
{
FTreeCoordinate
center
;
center
.
setPositionFromMorton
(
inIndex
,
inLevel
);
center
.
setPositionFromMorton
(
inIndex
);
const
int
boxLimite
=
FMath
::
pow2
(
inLevel
);
...
...
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