diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-06-29 16:00:19 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-06-29 16:00:19 +0000 |
commit | 5233ed18ac73ec26186fed14956423c12c39e41a (patch) | |
tree | 072e000327fb2ff325ce05cd05aaf5c80ebfa0d1 /example | |
parent | 39c79788a5402631c6fee94be7e3911b8e56a830 (diff) | |
download | opt-utilities-5233ed18ac73ec26186fed14956423c12c39e41a.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@124 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'example')
-rw-r--r-- | example/test_optimizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/test_optimizer.cpp b/example/test_optimizer.cpp index f02742c..5f03928 100644 --- a/example/test_optimizer.cpp +++ b/example/test_optimizer.cpp @@ -5,7 +5,7 @@ #include <iostream> -//declear a class derived from func_obj +//declare a class derived from func_obj class foo :public opt_utilities::func_obj<double,std::vector<double> > // ^^^^^^^^double is the return type |