diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-05-25 16:57:18 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-05-25 16:57:18 +0000 |
commit | eeef89dc9f3111cbe38160fdb41de6dadc9dac7f (patch) | |
tree | 558e0d8c1e6d03cdc5a7c319759b31e0f32d4602 /methods | |
parent | 8efa863229940b3a13c590ed30d2e096c3b2851b (diff) | |
download | opt-utilities-eeef89dc9f3111cbe38160fdb41de6dadc9dac7f.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@202 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods')
-rw-r--r-- | methods/bfgs/bfgs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/bfgs/bfgs.hpp b/methods/bfgs/bfgs.hpp index 0ed665c..8162d7b 100644 --- a/methods/bfgs/bfgs.hpp +++ b/methods/bfgs/bfgs.hpp @@ -120,6 +120,7 @@ namespace opt_utilities pT do_get_start_point()const { + return start_point; } void do_set_precision(rT t) |