Skip to content
GitLab
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
616805a4
Commit
616805a4
authored
May 21, 2015
by
BRAMAS Berenger
Browse files
someone forgot a comma...
parent
e973f2ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/ChebyshevInterpolationFMM.cpp
View file @
616805a4
...
...
@@ -151,7 +151,7 @@ int main(int argc, char* argv[])
KernelClass
kernels
(
TreeHeight
,
loader
.
getBoxWidth
(),
loader
.
getCenterOfBox
(),
&
MatrixKernel
);
//
// false : dynamic schedule.
int
inUserChunckSize
=
10
// To specify the chunck size in the loops (-1 is static, 0 is N/p^2, otherwise i)
int
inUserChunckSize
=
10
;
// To specify the chunck size in the loops (-1 is static, 0 is N/p^2, otherwise i)
FmmClass
algo
(
&
tree
,
&
kernels
,
inUserChunckSize
);
//
algo
.
execute
();
// Here the call of the FMM algorithm
...
...
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