diff src/ov-fcn-handle.cc @ 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 fd0a3ac60b0e
children 12df7854fa7c
line wrap: on
line diff
--- 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;