changeset 76:5d684cbaf092

Corrected misleading comment.
author jmones
date Tue, 10 Aug 2004 00:19:42 +0000
parents 13fee9301f12
children a3d6c751829d
files qtdecomp.m
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/qtdecomp.m
+++ b/qtdecomp.m
@@ -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
 %