changeset 16044:26d711ae3a37

maint: merge away extra head on default branch
author John W. Eaton <jwe@octave.org>
date Mon, 11 Feb 2013 13:13:19 -0500
parents 095d8d22c87d (diff) 701f354b68d2 (current diff)
children 5b9778df4ef1
files
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/sparse/sprandsym.m	Mon Feb 11 13:06:34 2013 -0500
+++ b/scripts/sparse/sprandsym.m	Mon Feb 11 13:13:19 2013 -0500
@@ -127,12 +127,6 @@
   ## Compute the stuff described above
   a = n*(n - 1)/2;
   d = [mod(k,2):2:min(n,k)-2];
-
-  ## Since we 
-  if (isempty (d))
-    keyboard
-  endif
-
   m = (k - d)/2;
   q = (n - d).*(n - d - 1).*m ./ (d + 2)./(d + 1)./(a - m + 1);