changeset 11541:28bae9cd7ea9

ov-fcn-handle.cc: use version instead of flops in test
author John W. Eaton <jwe@octave.org>
date Sat, 15 Jan 2011 03:59:53 -0500
parents b0ef6f28e09a
children 695141f1c05c
files src/ChangeLog src/ov-fcn-handle.cc
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Jan 15 03:40:32 2011 -0500
+++ b/src/ChangeLog	Sat Jan 15 03:59:53 2011 -0500
@@ -1,3 +1,7 @@
+2011-01-15  John W. Eaton  <jwe@octave.org>
+
+	* ov-fcn-handle.cc: Use version instead of flops in test.
+
 2011-01-14  Rik  <octave@nomad.inbox5.com>
 
 	* DLD-FUNCTIONS/svd.cc: Add Seealso references to svd.
--- a/src/ov-fcn-handle.cc	Sat Jan 15 03:40:32 2011 -0500
+++ b/src/ov-fcn-handle.cc	Sat Jan 15 03:59:53 2011 -0500
@@ -1256,7 +1256,7 @@
 %! a = 2;
 %! f = @(x) a + x;
 %! g = @(x) 2 * x;
-%! hm = @flops;
+%! hm = @version;
 %! hdld = @svd;
 %! hbi = @log2;
 %! f2 = f;