[shark] 40/58: small fixes
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Mar 16 10:05:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository shark.
commit 61e3ef618eb7ab47d27dc312d66a29791ebd972f
Author: Oswin <oswin.krause at di.ku.dk>
Date: Tue Feb 9 07:54:25 2016 +0100
small fixes
---
include/shark/Algorithms/DirectSearch/MOCMA.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/shark/Algorithms/DirectSearch/MOCMA.h b/include/shark/Algorithms/DirectSearch/MOCMA.h
index 728be09..93cfd25 100644
--- a/include/shark/Algorithms/DirectSearch/MOCMA.h
+++ b/include/shark/Algorithms/DirectSearch/MOCMA.h
@@ -83,7 +83,7 @@ public:
* \brief Returns the name of the algorithm.
*/
std::string name() const {
- return "SteadyStateMOCMA";
+ return "MOCMA";
}
std::size_t mu()const{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git
More information about the debian-science-commits
mailing list