git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1397 331e1502-861f-0410-8da2-ba01fb791d7f
22 lines
372 B
C
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
|
|
|