changeset 16037:095d8d22c87d

Undo accidental unrelated changein dd583c258cf9
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 11 Feb 2013 11:31:45 -0500
parents dd583c258cf9
children 26d711ae3a37
files scripts/sparse/sprandsym.m
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/sparse/sprandsym.m	Mon Feb 11 11:30:14 2013 -0500
+++ b/scripts/sparse/sprandsym.m	Mon Feb 11 11:31:45 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);