* edo: fixed deprecated eoParserLogger warning message
This commit is contained in:
parent
cb40049867
commit
9ff69a8fca
4 changed files with 4 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue