// // 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 #include extern phylotreeIND * templatetree_ptr; void pack( PhyloMOEO &); void unpack( PhyloMOEO & ); #endif