diff scripts/general/integral3.m @ 30330:01de0045b2e3

maint: Shorten some long lines to <= 80 characters (bug #57599) * audiorecorder.m, disable_diagonal_matrix.m, disable_permutation_matrix.m, disable_range.m, atan2d.m, accumdim.m, bitcmp.m, blkdiag.m, cplxpair.m, dblquad.m, integral2.m, integral3.m, interp2.m, interpn.m, logspace.m, delaunayn.m, griddata3.m, imread.m, genvarname.m, strread.m, nthargout.m, parseparams.m, lsqnonneg.m, qp.m, sqp.m, material.m, __gnuplot_legend__.m, plot.m, __gnuplot_drawnow__.m, polygcd.m, polyvalm.m, setdiff.m, fftfilt.m, eigs.m, betainc.m, cosint.m, factor.m, gallery.m, toeplitz.m, discrete_cdf.m, discrete_inv.m, discrete_pdf.m, iqr.m, kurtosis.m, quantile.m, bin2dec.m, isstrprop.m, mat2str.m, strchr.m, strsplit.m, __have_feature__.m, datenum.m, datevec.m, eomday.m, weboptions.m: maint: Shorten some long lines to <= 80 characters.
author Rik <rik@octave.org>
date Tue, 23 Nov 2021 13:28:34 -0800
parents 7854d5752dd2
children 363fb10055df
line wrap: on
line diff
--- a/scripts/general/integral3.m	Tue Nov 23 11:26:38 2021 -0800
+++ b/scripts/general/integral3.m	Tue Nov 23 13:28:34 2021 -0800
@@ -310,7 +310,8 @@
 %! f = @(x,y,z) 1 ./ (x + y + z);
 %! ymax = @(x) 1 - x;
 %! zmax = @(x, y) 1 - x - y;
-%! assert (integral3 (f, 0, 1, 0, ymax, 0, zmax, "method", "tiled"), 0.25, 1e-6);
+%! assert (integral3 (f, 0, 1, 0, ymax, 0, zmax, "method", "tiled"),
+%!         0.25, 1e-6);
 
 ## Test input validation
 %!error integral3