Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mreineck committed Sep 24, 2024
1 parent 0faa049 commit d136d81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/spreadinterp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2132,12 +2132,12 @@ int spreadinterpSorted(const BIGINT *sort_indices, const UBIGINT N1, const UBIGI

return 0;
}
template int spreadinterpSorted(<float> const BIGINT *sort_indices, const UBIGINT N1,
const UBIGINT N2, const UBIGINT N3, float *data_uniform,
const UBIGINT M, float *FINUFFT_RESTRICT kx,
float *FINUFFT_RESTRICT ky, float *FINUFFT_RESTRICT kz,
float *FINUFFT_RESTRICT data_nonuniform,
const finufft_spread_opts &opts, int did_sort);
template int spreadinterpSorted<float>(
const BIGINT *sort_indices, const UBIGINT N1, const UBIGINT N2, const UBIGINT N3,
float *data_uniform, const UBIGINT M, float *FINUFFT_RESTRICT kx,
float *FINUFFT_RESTRICT ky, float *FINUFFT_RESTRICT kz,
float *FINUFFT_RESTRICT data_nonuniform, const finufft_spread_opts &opts,
int did_sort);
template int spreadinterpSorted<double>(
const BIGINT *sort_indices, const UBIGINT N1, const UBIGINT N2, const UBIGINT N3,
double *data_uniform, const UBIGINT M, double *FINUFFT_RESTRICT kx,
Expand Down

0 comments on commit d136d81

Please sign in to comment.