Skip to content

Commit

Permalink
kill chkbnds test from matlab test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ahbarnett committed May 15, 2024
1 parent b166283 commit 7526a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion matlab/test/check_finufft.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
isign = +1; % sign of imaginary unit in exponential
eps = 1e-6; % requested accuracy
o.debug = 0; % choose 1 for timing breakdown text output
o.chkbnds = 0;
%o.spread_debug=1; % see detailed spreader info
FFTW_ESTIMATE = bitshift(1,6); o.fftw = FFTW_ESTIMATE; % or see fftw3.h
o.upsampfac=0; % 0 (auto), 2.0 (default), or 1.25 (low-RAM, small-FFT)
Expand Down

0 comments on commit 7526a9f

Please sign in to comment.