Mercurial > hg > octave-nkf
diff scripts/geometry/rectint.m @ 8664:e07e93c04080
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 04 Feb 2009 10:56:23 -0500 |
parents | 836618fee9d6 |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/scripts/geometry/rectint.m +++ b/scripts/geometry/rectint.m @@ -44,7 +44,7 @@ elseif (columns (b) != 4) error ("rectint: b must have 4 columns"); elseif any ([a(:,3:4);b(:,3:4)](:) < 0) - error ("rectint: all widths and heights must be > 0") + error ("rectint: all widths and heights must be > 0"); endif ## This runs faster if the number of rows of a is greater than the