Mercurial > hg > octave-nkf
diff liboctave/LPsolve.cc @ 1835:12a94a17509d
[project @ 1996-02-03 07:16:15 by jwe]
author | jwe |
---|---|
date | Sat, 03 Feb 1996 07:28:51 +0000 |
parents | dc527156c38c |
children | 503a75f6b9bc |
line wrap: on
line diff
--- a/liboctave/LPsolve.cc +++ b/liboctave/LPsolve.cc @@ -31,19 +31,15 @@ #include "LPsolve.h" #include "dColVector.h" +#include "lo-error.h" ColumnVector LPsolve::do_minimize (double&, int&, ColumnVector&) { + (*current_liboctave_error_handler) ("sorry, not implemented"); return ColumnVector (); } -void -LPsolve::set_default_options (void) -{ - // Maybe this isn't needed? -} - /* ;;; Local Variables: *** ;;; mode: C++ ***