]> gitweb.michael.orlitzky.com - octave.git/commitdiff
Remove an unused line in wood_tests.m.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 7 Mar 2013 01:04:39 +0000 (20:04 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 7 Mar 2013 01:04:39 +0000 (20:04 -0500)
tests/wood_tests.m

index 822da9993476707d3691f014546d6e7467754794..fe378abb0b91a0a78a497ba808e6f001ec46146b 100644 (file)
@@ -1,6 +1,5 @@
 ## Test the optimal point.
 
 ## Test the optimal point.
 
-f = wood(1,1,1,1);
 unit_test_equals("wood(1,1,1,1) == 0", ...
                 0, ...
                 wood(1,1,1,1));
 unit_test_equals("wood(1,1,1,1) == 0", ...
                 0, ...
                 wood(1,1,1,1));