git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1467 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0a469d1502
commit
e77cc4aec4
1 changed files with 0 additions and 3 deletions
|
|
@ -12,8 +12,6 @@
|
|||
|
||||
#include <PhyloMOEO_packunpack.h>
|
||||
|
||||
extern bool optimizedpassed;
|
||||
extern int num_final_solutions;
|
||||
|
||||
void pack( PhyloMOEO & ind)
|
||||
{
|
||||
|
|
@ -26,7 +24,6 @@ void pack( PhyloMOEO & ind)
|
|||
void unpack( PhyloMOEO &ind )
|
||||
{
|
||||
//cout << "unpacking individual" << endl;
|
||||
if(num_final_solutions==0) cout << "unpacking after optimization" << endl;
|
||||
string newickstring;
|
||||
::unpack(newickstring);
|
||||
//cout << newickstring << endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue