Skip to content

Commit

Permalink
forgot now-explicit template argument
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwindischhofer committed Feb 12, 2025
1 parent 7e8b7ad commit 92e17db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/internals/testGreensFunction.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ int main(int argc, char* argv[]) {
// RZFieldVector source{1.0f, 1.0f};
RZFieldVector source{7.07107f, 0.0f};

gf.accumulate_inner_product<Interpolation::Kernel::Keys>(cur_pt, t_start, t_samp, num_samples,
source, accum.begin());
gf.accumulate_inner_product<Interpolation::Kernel::Keys, scalar_t>(cur_pt, t_start, t_samp, num_samples,
source, accum.begin());

// test closure
std::cout << "Testing closure ... ";
Expand Down

0 comments on commit 92e17db

Please sign in to comment.