Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
934759d7
Commit
934759d7
authored
Jul 03, 2014
by
BRAMAS Berenger
Browse files
Update getCurrentSrcTargets line in example
parent
0d7415e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/statisticsOnOctree.cpp
View file @
934759d7
...
...
@@ -177,7 +177,7 @@ int main(int argc, char ** argv){
memset
(
hist
,
0
,(
size
)
*
sizeof
(
int
));
octreeIterator
.
gotoBottomLeft
();
do
{
nbPart
=
octreeIterator
.
getCurrent
SrcTargets
()
->
getNbParticles
()
;
nbPart
=
octreeIterator
.
getCurrent
ListSrc
()
->
getNbParticles
()
;
++
hist
[
nbPart
]
;
}
while
(
octreeIterator
.
moveRight
());
//
...
...
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