Pack and unpack functions

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1394 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
wcancino 2009-02-03 14:33:04 +00:00
commit 75675fb66b
2 changed files with 90 additions and 0 deletions

View file

@ -0,0 +1,21 @@
//
// 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>
void pack( PhyloMOEO &);
void unpack( PhyloMOEO & );
#endif