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:
parent
750e6635cc
commit
75675fb66b
2 changed files with 90 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue