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
TurTLE
TurTLE
Commits
1b75834c
Commit
1b75834c
authored
Jan 31, 2020
by
Cristian Lalescu
Browse files
fix usage of template method
parent
e363d59a
Pipeline
#68336
passed with stage
in 7 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cpp/full_code/Gauss_field_test.cpp
View file @
1b75834c
...
...
@@ -145,7 +145,7 @@ int Gauss_field_test<rnumber>::do_work(void)
this
->
scalar_field
);
/// compute integral of premultiplied energy spectrum
this
->
kk
->
cospectrum
<
rnumber
,
THREE
>
(
this
->
kk
->
template
cospectrum
<
rnumber
,
THREE
>(
this
->
vector_field
->
get_cdata
(),
stat_group
,
"k*velocity_k*velocity"
,
...
...
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