changeset 3293:637b03573470 octave-forge

this file has been just a backward compatibility a placeholder for a long time
author mcreel
date Thu, 29 Mar 2007 11:26:40 +0000
parents d4d945f232e7
children 2147ab903567
files main/optim/inst/bs_gradient.m
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/optim/inst/bs_gradient.m	Thu Mar 29 11:08:49 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-function [dx,nev] = bs_gradient (f, args, narg)
-	error("bs_gradient: bs_gradient has been replaced by numgradient");
-endfunction
-