# HG changeset patch # User John W. Eaton # Date 1295081993 18000 # Node ID 28bae9cd7ea93d98b6fb39d183e3600f70f57864 # Parent b0ef6f28e09aa4b2180a204b3ad70d7224320151 ov-fcn-handle.cc: use version instead of flops in test diff -r b0ef6f28e09a -r 28bae9cd7ea9 src/ChangeLog --- 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 + + * ov-fcn-handle.cc: Use version instead of flops in test. + 2011-01-14 Rik * DLD-FUNCTIONS/svd.cc: Add Seealso references to svd. diff -r b0ef6f28e09a -r 28bae9cd7ea9 src/ov-fcn-handle.cc --- 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;