diff scripts/optimization/fzero.m @ 8648:ff61b53eb294

optimization: use PKG_ADD: comments instead of PKG_ADD file
author John W. Eaton <jwe@octave.org>
date Fri, 30 Jan 2009 15:42:51 -0500
parents 8833c0b18eb2
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/optimization/fzero.m	Fri Jan 30 21:24:29 2009 +0100
+++ b/scripts/optimization/fzero.m	Fri Jan 30 15:42:51 2009 -0500
@@ -59,6 +59,8 @@
 ## the need for external functions and error handling. The algorithm has
 ## also been slightly modified.
 
+## PKG_ADD: __all_opts__ ("fzero");
+
 function [x, fval, info, output] = fzero (fun, x0, options = struct ())
 
   ## Get default options if requested.