Final modifications to serial version
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1556 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
d64e3ed67b
commit
6647cde165
4 changed files with 76 additions and 6 deletions
|
|
@ -30,5 +30,9 @@ void welcome_message();
|
|||
void save_exp_params(ostream &);
|
||||
void optimize_solutions( eoPop<PhyloMOEO> &, LikelihoodCalculator &);
|
||||
void readtrees(const char *, eoPop<PhyloMOEO> &);
|
||||
int timeval_subtract (struct timeval *, struct timeval *, struct timeval *);
|
||||
void print_cpu_time(clock_t ,clock_t);
|
||||
void print_elapsed_time(struct timeval *, struct timeval *);
|
||||
void print_elapsed_time_short(struct timeval *, struct timeval *, ostream &os=cout);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue