changeset 1633:016cf6663035 octave-forge

Corrected misleading comment.
author jmones
date Tue, 10 Aug 2004 00:19:42 +0000
parents 1d8c3c7a9e0d
children f31c4ae85011
files main/image/qtdecomp.m
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/image/qtdecomp.m	Mon Aug 09 01:48:54 2004 +0000
+++ b/main/image/qtdecomp.m	Tue Aug 10 00:19:42 2004 +0000
@@ -93,8 +93,7 @@
     ## uniform interface (function handle) to decide whether to split or
     ## not blocks. We have decided not to do so because block
     ## rearrangement that is needed as a parameter to functions is
-    ## expensive and because it needs NDArray, which is only available
-    ## in Octave CVS.
+    ## expensive.
     decision_method=0;
   elseif (isreal(p1))
     ## p1 is threshold
@@ -300,6 +299,9 @@
 
 %
 % $Log$
+% Revision 1.2  2004/08/10 00:19:42  jmones
+% Corrected misleading comment.
+%
 % Revision 1.1  2004/08/09 01:48:54  jmones
 % Added qtdecomp: quadtree decomposition
 %