Skip to content
Snippets Groups Projects
Commit 10021327 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

Merge branch 'bugfix/template_call' into 'develop'

Bugfix/template call

See merge request !41
parents 4f067934 aea4d0f3
Branches
Tags
2 merge requests!43Develop,!41Bugfix/template call
Checking pipeline status
......@@ -174,7 +174,7 @@ int test_particle_integration<rnumber>::do_work()
0.40, // default
3*3./2); // 3/2 to account for divfree call below
// 3 because I want a larger amplitude
this->kk->force_divfree<rnumber>(this->velocity_back->get_cdata());
this->kk->template force_divfree<rnumber>(this->velocity_back->get_cdata());
// take field to real space
this->velocity_back->ift();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment