From aeaefa0dede2d8082c24de5e63078f3593b17b55 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 24 Apr 2005 07:51:17 +0000 Subject: implement optimization using newton method implement optimization using newton method --- src/GipfelWidget.cxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/GipfelWidget.cxx') diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx index b43ea86..365def1 100644 --- a/src/GipfelWidget.cxx +++ b/src/GipfelWidget.cxx @@ -1,5 +1,5 @@ // -// "$Id: GipfelWidget.cxx,v 1.10 2005/04/19 16:17:56 hofmann Exp $" +// "$Id: GipfelWidget.cxx,v 1.11 2005/04/24 09:51:17 hofmann Exp $" // // PSEditWidget routines. // @@ -178,6 +178,13 @@ GipfelWidget::comp_params() { redraw(); } + +int +GipfelWidget::newton() { + pan->newton(); + redraw(); +} + int GipfelWidget::handle(int event) { int mark_x, mark_y; -- cgit v1.2.3