Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
11540:b0ef6f28e09a | 11541:28bae9cd7ea9 |
---|---|
1254 | 1254 |
1255 %!test | 1255 %!test |
1256 %! a = 2; | 1256 %! a = 2; |
1257 %! f = @(x) a + x; | 1257 %! f = @(x) a + x; |
1258 %! g = @(x) 2 * x; | 1258 %! g = @(x) 2 * x; |
1259 %! hm = @flops; | 1259 %! hm = @version; |
1260 %! hdld = @svd; | 1260 %! hdld = @svd; |
1261 %! hbi = @log2; | 1261 %! hbi = @log2; |
1262 %! f2 = f; | 1262 %! f2 = f; |
1263 %! g2 = g; | 1263 %! g2 = g; |
1264 %! hm2 = hm; | 1264 %! hm2 = hm; |