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
d39f9a1d
Commit
d39f9a1d
authored
Apr 27, 2015
by
Quentin Khan
Browse files
PerfTest: correction of typo
parent
4a1d353c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/noDist/PerfTest.cpp
View file @
d39f9a1d
...
...
@@ -75,7 +75,7 @@ int main (int argc, char** argv)
}
if
(
"basic
-dynamic
"
==
params
.
algo
)
{
if
(
"basic"
==
params
.
algo
)
{
runperf
<
TreeLoaderFCheb
<>
,
KernelLoaderFChebSym
,
AlgoLoaderThread
>
(
params
);
}
else
if
(
"task"
==
params
.
algo
)
{
runperf
<
TreeLoaderFCheb
<>
,
KernelLoaderFChebSym
,
AlgoLoaderTask
>
(
params
);
...
...
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