From d136d81ed6e30ac9b0c4a593cb3da08811e53fbe Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Tue, 24 Sep 2024 16:59:11 +0200 Subject: [PATCH] another attempt --- src/spreadinterp.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/spreadinterp.cpp b/src/spreadinterp.cpp index 5117ea8f..94a5822a 100644 --- a/src/spreadinterp.cpp +++ b/src/spreadinterp.cpp @@ -2132,12 +2132,12 @@ int spreadinterpSorted(const BIGINT *sort_indices, const UBIGINT N1, const UBIGI return 0; } -template int spreadinterpSorted( 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( + 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( const BIGINT *sort_indices, const UBIGINT N1, const UBIGINT N2, const UBIGINT N3, double *data_uniform, const UBIGINT M, double *FINUFFT_RESTRICT kx,