Skip to content

Commit

Permalink
paren typo in cuda spreadinterp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ahbarnett committed Feb 8, 2025
1 parent 12d1760 commit d5b2bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cuda/spreadinterp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int setup_spreader(finufft_spread_opts &opts, T eps, T upsampfac, int kerevalmet
}

template int setup_spreader(finufft_spread_opts &opts, float eps, float upsampfac,
int kerevalmeth, int debug, int spreadinterponly));
int kerevalmeth, int debug, int spreadinterponly);
template int setup_spreader(finufft_spread_opts &opts, double eps, double upsampfac,
int kerevalmeth, int debug, int spreadinterponly));
template float evaluate_kernel(float x, const finufft_spread_opts &opts);
Expand Down

0 comments on commit d5b2bad

Please sign in to comment.