aboutsummaryrefslogtreecommitdiffstats
path: root/methods/powell
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-08-23 12:22:16 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-08-23 12:22:16 +0000
commitf610fea48309b72fa0133ee2bafe622753dcd496 (patch)
treead60c33591f986ccc66fd37e660288d8a4f0389d /methods/powell
parent9c0eb6f71a841f0a0c76a13ece07d4eeb5f945d3 (diff)
downloadopt-utilities-f610fea48309b72fa0133ee2bafe622753dcd496.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@52 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods/powell')
-rw-r--r--methods/powell/powell_method.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/powell/powell_method.hpp b/methods/powell/powell_method.hpp
index 6bb6519..eb5c498 100644
--- a/methods/powell/powell_method.hpp
+++ b/methods/powell/powell_method.hpp
@@ -16,7 +16,7 @@
namespace opt_utilities
{
/**
- Impliment of an optimization method
+ \brief Impliment of an optimization method
\tparam rT return type of the object function
\tparam pT parameter type of the object function
*/