changeset 2642:d07c8b074bcf octave-forge

Removing some comments
author gnumuthu
date Mon, 09 Oct 2006 19:09:06 +0000
parents dc3d14531bad
children 79de096f5afb
files main/comm/inst/riceenco.m
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/main/comm/inst/riceenco.m	Mon Oct 09 19:07:56 2006 +0000
+++ b/main/comm/inst/riceenco.m	Mon Oct 09 19:09:06 2006 +0000
@@ -59,11 +59,10 @@
 	. Accepts only non-negative numbers. Cannot encode.");
   end
 
-  ##error('FIXME: Has a Bug in the used region handling');
-  
+    
   L=length(sig);
 
-  %compute the optimal rice parameter.
+  ##compute the optimal rice parameter.
   if(use_optimal_k)
     k_opt=0;
     len_past=sum(sig)+L+k_opt*L;