git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1469 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
wcancino 2009-03-02 15:34:14 +00:00
commit 700202adf2

View file

@ -24,12 +24,13 @@
#include <PhyloMOEO_init.h>
#include <likelihoodcalculator.h>
#include <ExceptionManager.h>
#include <sys/time.h>
void welcome_message();
void save_exp_params(ostream &);
void optimize_solutions( eoPop<PhyloMOEO> &);
void optimize_solution( PhyloMOEO &);
void readtrees(const char *, eoPop<PhyloMOEO> &);
int timeval_subtract (struct timeval *, struct timeval *, struct timeval *);
#endif