* edo: fixed deprecated eoParserLogger warning message

This commit is contained in:
Caner Candan 2011-08-23 18:39:28 +02:00
commit 9ff69a8fca
4 changed files with 4 additions and 16 deletions

View file

@ -28,9 +28,6 @@ Authors:
#include <eo>
#include <mo>
#include <utils/eoLogger.h>
#include <utils/eoParserLogger.h>
#include <eoEvalFuncCounterBounder.h>
#include <do/make_pop.h>
@ -50,7 +47,7 @@ typedef edoNormalMulti< EOT > Distrib;
int main(int ac, char** av)
{
eoParserLogger parser(ac, av);
eoParser parser(ac, av);
// Letters used by the following declarations:
// a d i p t

View file

@ -1,9 +1,6 @@
#include <eo>
#include <mo>
#include <utils/eoLogger.h>
#include <utils/eoParserLogger.h>
#include <eoEvalFuncCounterBounder.h>
#include <do/make_pop.h>
@ -23,7 +20,7 @@ typedef edoNormalMulti< EOT > Distrib;
int main(int ac, char** av)
{
eoParserLogger parser(ac, av);
eoParser parser(ac, av);
// Letters used by the following declarations:
// a d i p t

View file

@ -31,9 +31,6 @@ Authors:
#include <eo>
#include <mo>
#include <utils/eoLogger.h>
#include <utils/eoParserLogger.h>
#include <edo>
#include "Rosenbrock.h"
@ -49,7 +46,7 @@ int main(int ac, char** av)
// (0) parser + eo routines
//-----------------------------------------------------
eoParserLogger parser(ac, av);
eoParser parser(ac, av);
std::string section("Algorithm parameters");

View file

@ -35,9 +35,6 @@ Authors:
#include <eo>
#include <mo>
#include <utils/eoLogger.h>
#include <utils/eoParserLogger.h>
#include <edo>
#include <boost/numeric/ublas/vector.hpp>
@ -56,7 +53,7 @@ int main(int ac, char** av)
// (0) parser + eo routines
//-----------------------------------------------------
eoParserLogger parser(ac, av);
eoParser parser(ac, av);
std::string section("Algorithm parameters");