paradiseo/contribution/branches/PhyloMOEA/PhyloMOEA/PhyloMOEO_packunpack.h
wcancino 2ea4e6d51d Fix some weird bugs for PhyloMOEA parallel version
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1397 331e1502-861f-0410-8da2-ba01fb791d7f
2009-02-04 09:06:16 +00:00

22 lines
372 B
C

//
// C++ Interface: PhyloMOEO_packunpack
//
// Description:
//
//
// Author: <>, (C) 2009
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef PHYLOMOEO_PACKUNPACK_H_
#define PHYLOMOEO_PACKUNPACK_H_
#include <PhyloMOEO.h>
#include <peo>
extern phylotreeIND * templatetree_ptr;
void pack( PhyloMOEO &);
void unpack( PhyloMOEO & );
#endif