Skip to content

Commit 1a96cbe

Browse files
committed
commented-spreader
1 parent f5e71c8 commit 1a96cbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/spreadinterp.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,6 @@ FINUFFT_NEVER_INLINE static int interpSorted_kernel(
526526
const auto x2 = (ndims > 1) ? std::ceil(yj - ns2) - yj : 0;
527527
const auto x3 = (ndims > 2) ? std::ceil(zj - ns2) - zj : 0;
528528

529-
ker_eval<ns, kerevalmeth, FLT, simd_type>(kernel_values.data(), opts, x1);
530-
interp_line<ns, simd_type>(target, data_uniform, ker1, i1, N1);
531529
// eval kernel values patch and use to interpolate from uniform data...
532530
if (!(opts.flags & TF_OMIT_SPREADING)) {
533531
switch (ndims) {

0 commit comments

Comments
 (0)