From 690ef57ffb01349cece73b10ae45a12581c60abf Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Tue, 18 Aug 2009 12:33:22 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@42 ed2142bd-67ad-457f-ba7c-d818d4011675 --- methods/powell/powell_method.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'methods') diff --git a/methods/powell/powell_method.hpp b/methods/powell/powell_method.hpp index d6f7d0b..6424a94 100644 --- a/methods/powell/powell_method.hpp +++ b/methods/powell/powell_method.hpp @@ -206,9 +206,14 @@ namespace opt_utilities { resize(start_point,get_size(p)); opt_eq(start_point,p); - } + void do_set_lower_limit(const array1d_type& p) + {} + + void do_set_upper_limit(const array1d_type& p) + {} + void do_set_precision(rT t) { threshold=t; -- cgit v1.2.2