comparison libinterp/corefcn/quadcc.cc @ 24208:eec262017c6a

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Wed, 08 Nov 2017 10:32:23 -0500
parents 5fc5c1a49aa1
children 194eb4bd202b
comparison
equal deleted inserted replaced
24207:f3d754deb41d 24208:eec262017c6a
1666 reltol = tol(1); 1666 reltol = tol(1);
1667 if (reltol < 0) 1667 if (reltol < 0)
1668 error ("quadcc: relative tolerance must be >=0"); 1668 error ("quadcc: relative tolerance must be >=0");
1669 } 1669 }
1670 } 1670 }
1671 1671
1672 if (nargin < 5) 1672 if (nargin < 5)
1673 nivals = 1; 1673 nivals = 1;
1674 else if (! (args(4).is_real_scalar () || args(4).is_real_matrix ())) 1674 else if (! (args(4).is_real_scalar () || args(4).is_real_matrix ()))
1675 error ("quadcc: list of singularities (SING) must be a vector of real values"); 1675 error ("quadcc: list of singularities (SING) must be a vector of real values");
1676 else 1676 else