Skip to content

Commit 7526a9f

Browse files
committed
kill chkbnds test from matlab test code
1 parent b166283 commit 7526a9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

matlab/test/check_finufft.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
isign = +1; % sign of imaginary unit in exponential
1212
eps = 1e-6; % requested accuracy
1313
o.debug = 0; % choose 1 for timing breakdown text output
14-
o.chkbnds = 0;
1514
%o.spread_debug=1; % see detailed spreader info
1615
FFTW_ESTIMATE = bitshift(1,6); o.fftw = FFTW_ESTIMATE; % or see fftw3.h
1716
o.upsampfac=0; % 0 (auto), 2.0 (default), or 1.25 (low-RAM, small-FFT)

0 commit comments

Comments
 (0)