]> gitweb.michael.orlitzky.com - octave.git/blob - tests/wood_tests.m
Remove an unused line in wood_tests.m.
[octave.git] / tests / wood_tests.m
1 ## Test the optimal point.
2
3 unit_test_equals("wood(1,1,1,1) == 0", ...
4 0, ...
5 wood(1,1,1,1));